RE: [Doxygen-users] Documentation only.
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-05-10 10:46:41
|
Hi Angela, Angela Stazzone wrote... > > Is there any particular way to write a file containing documentation > only, or it is sufficient to write the documentation between "/*! > ...*/"? It is enough to put your documentation content between /*! and */ > And should I use a special suffix for these kind of files? No. The documentation-only files are used also for creating Doxygen's documentation. Have a look at doc subdirectory inside the Doxygen directory. The files use the .doc extension, but it does not matter. You can give it whatever extension, but the input files have to be determined via options inside your Doxyfile. Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... |