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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -