Hi all,
I´ve some troubles with the detailed section in the generated doc.
I try to generate a html-output of my java-sources.
Some of the classdescriptions are commented in this way:
/****************************************
* Parsen von DataSourcen
* <p>
***************************************/
public class ....
when i view the output then there is no detailed section.
When I change the comment to:
/**
* Parsen von DataSourcen
* <p>
***************************************/
public class ....
everything is ok.
Javadoc generate the doc in both ways.
Is this a bug in doxygen or does anybody know how to solve this trouble ?
By the way: I don´t want to change all commentblocks.
With best regards,
Mario
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
|