Olaf,
As for the PROJECT_NAME, enclose the string in quotes and whitespace will be
preserved.
Irwin Diehl
Olaf Baeyens wrote:
> Some small lay-out problems in Doxygen 1.2.8.1
> For the rest I can't complain! :-)
>
> -----------
> First of all in the configuration file: If I define next line:
> "PROJECT_NAME = Base plug-in"
> Then Doxygen makes the title : 'Baseplug-in Documentation' in the output
> html
>
> My spaces in between are lost!
>
> -----------
> 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.
>
> /// 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
>
> m_sInputDataset[0]="c:\blabla\Bone\BoneX0000.bmp"
> string
> sPrefix=GetInputPreString(0);
> ..
> //---> sPrefix contains "BoneX"
> \endcode
> \see m_sOutDataset, m_iNrOfOutDataSets,
> GetOutFolder */
> string GetOutputPreString(int aiIndex);
>
> Olaf Baeyens
> Skyscan
>
> _______________________________________________
> Doxygen-users mailing list
> Dox...@li...
> http://lists.sourceforge.net/lists/listinfo/doxygen-users
|