documentation - Doxygen and Assembly Language -


i'd use doxygen document legacy code that's mix of c , x86 assembly language. assembly language not inline, in separate assembly-only files. recommended way deal assembly language portion?

see question 12 of doxygen faq. dealing pure assembly files, or inline assembly inside c sources? assuming former, you'll have either write input filter transform assembly code c-like (easier), or write new parser (much harder).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -