But in my case the resulting html shows no descptions. Here is what I did:
Unbuntu14 64b, doxygen 1.8.10, binary downloaded from www.stack.nl.
doxygen -g template
doxygen-1.8.exe template
Te directory that I'm in contains the file test.h and template, nothing else. I did this because I couldn't get it to work within the context of a big project. I ended up with the simplest think I could use but to not avail.
I rebuild doxygen from the git repository ( 1.8.11 ) same think.
What am I doing wrong ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Arrr got it, it's JAVADOC_AUTOBRIEF that is set to NO in the default template. I took the Doxygen file from the doxygen project. With this file it worked, by a process of elimination I figured out it was JAVADOC_AUTOBRIEF.
Last edit: Mario Charest 2015-11-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In this example http://www.stack.nl/~dimitri/doxygen/manual/examples/group/html/modules.html "The First Group" groups shows the description "This is the first group"
I took the code that is suppose the generate that html (3rd example), the one that start with The First Group
http://www.stack.nl/~dimitri/doxygen/manual/grouping.html and put it in test.h.
But in my case the resulting html shows no descptions. Here is what I did:
Unbuntu14 64b, doxygen 1.8.10, binary downloaded from www.stack.nl.
doxygen -g template
doxygen-1.8.exe template
Te directory that I'm in contains the file test.h and template, nothing else. I did this because I couldn't get it to work within the context of a big project. I ended up with the simplest think I could use but to not avail.
I rebuild doxygen from the git repository ( 1.8.11 ) same think.
What am I doing wrong ?
Arrr got it, it's JAVADOC_AUTOBRIEF that is set to NO in the default template. I took the Doxygen file from the doxygen project. With this file it worked, by a process of elimination I figured out it was JAVADOC_AUTOBRIEF.
Last edit: Mario Charest 2015-11-05