[Doxygen-users] Member grouping problem
Brought to you by:
dimitri
From: Olaf B. <ola...@sk...> - 2001-06-08 09:19:25
|
I love Doxygen, but I have a small problem with member grouping. The HTML file does not generate the group at all. Below is a part of the code I used. What am I doing wrong? I didn't find a configuration setiign to activate member grouping. I am using Win98, Doxygen v1.2.8 and only generate HTML code. ------------------ //@name Application related paths //@{=20 /// Our path and filename for this application string m_sApplicationFileName; /// Path of our application string m_sApplicationPath; /// Path to our configuration. (Black fileds white fields, random set */ string m_sConfigPath; /// Path to our help string m_sHelpPath; /// Scan result destination path to store the files string m_sScanResultPath; /// Prefix file name to store the scan result, works in combination with m_sScanResultPath /*! \see m_sScanResultPath */ string m_sScanFilePrefix; //@} ------------------ Thanks in advance |