Generate documentation doxygen style without commenting code -


i looking way create documentation pages in similar style doxygen don't want have put documentation code comments. optimal way instead typing normal text files or , generate pages that.

from i've understood, doxygen doesn't support wondering if there alternatives out there able looking for.

create in *.dox file in section input reference folder place regular text files. example:

input = ./supplement 

after can create regular text files place /*! in beginning , */ @ end. , classify \page or other tags section. example:

my.txt

/*!   \page threading describe threading tech   in details describe cases:   \li case 1   \li case 2 */ 

you can place multiple \page declarations in single file (see http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdpage)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -