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
Post a Comment