[Doxygen-users] Doxygen 1.2.8.1 quirks
Brought to you by:
dimitri
From: Olaf B. <ola...@sk...> - 2001-07-17 11:51:41
|
Some small lay-out problems in Doxygen 1.2.8.1=20 For the rest I can't complain! :-) ----------- First of all in the configuration file: If I define next line: "PROJECT_NAME =3D Base plug-in" Then Doxygen makes the title : 'Baseplug-in Documentation' in the output html My spaces in between are lost!=20 ----------- Second, next function definition generates a \code \endcode that is far too much moved to the right in the output html. It would be nice if the code example is not moved that much.=20 /// Get the Prefix string of the output data set at 'aiIndex' /*! @return the Prefix string without number or path @param aiIndex index in from m_sOutputDataset[]. Example: \code =09 m_sInputDataset[0]=3D"c:\blabla\Bone\BoneX0000.bmp" string sPrefix=3DGetInputPreString(0); .. //---> sPrefix contains "BoneX" \endcode \see m_sOutDataset, m_iNrOfOutDataSets, GetOutFolder */ string GetOutputPreString(int aiIndex); Olaf Baeyens Skyscan |