Re: [Doxygen-users] INPUT all directoris bellow

2013-09-07 Thread Richard Damon
On 9/7/13 3:52 PM, Arbol One wrote: > I was wondering if it would be possible to document all the header > files with out having to specify ne name of sub-folders. > Something like this: > # The INPUT tag can be used to specify the files and/or directories > that contain > # documented source files

[Doxygen-users] INPUT all directoris bellow

2013-09-07 Thread Arbol One
I was wondering if it would be possible to document all the header files with out having to specify ne name of sub-folders. Something like this: # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" o

Re: [Doxygen-users] Consecutive \verbatim flaw?; Alternative to //! inside \verbatim?

2013-09-07 Thread Dimitri van Heesch
Hi Kevin, @verbatim indeed preserves the //! comments (to allow these to appear in the output, I use them in the manual for instance). The "box"-ing you see is a side-effect of Markdown support (try setting MARKDOWN_SUPPORT=NO) In general I recommend to use C-style comments for page documentat