Hi everyone,

My question is: what could cause a brief description to appear as a '!' sign
in the HTML documentation output?

I had set JAVADOC_AUTOBRIEF = YES in the configuration file. I wrote my
classes like:

-----------------------------------------------------------
/**
 * This should be the brief.
 * This is the detailed description.
 */
class MyClass
{
};
-----------------------------------------------------------

In the list of classes the related item appears as:

-----------------------------------------------------------
class MyClass ! More...
-----------------------------------------------------------

In the class page documentation it also appears that way.

-----------------------------------------------------------
MyClass Class Reference
! More...
-----------------------------------------------------------

Also in The deails.

-----------------------------------------------------------
Detailed Description
!
This should be the brief.
This is the detailed description.
-----------------------------------------------------------

Since there are no '!' characters in the documentation, what could cause
that
problem? All C++ files are encoded using UTF-8. That was correctly
configured
in the doxygen configuration file.

I also tried specificaly setting the brief with '@brief'. Got same result.
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to