Re: [Doxygen-users] Distinguish "variables" from "constants"

2014-05-04 Thread Dimitri van Heesch
Hi John, On 04 May 2014, at 17:45 , John Yates wrote: > I am using 1.8.7 for C++ code. > > It is a sad C++ quirk that that it lacks true constants (say à la Pascal). > What it does have are initialized constant expressions. Technically within > the C++ grammar these are declarations of vari

[Doxygen-users] Distinguish "variables" from "constants"

2014-05-04 Thread John Yates
I am using 1.8.7 for C++ code. It is a sad C++ quirk that that it lacks true constants (say à la Pascal). What it does have are initialized constant expressions. Technically within the C++ grammar these are declarations of variables and Doxygen dutifully classifies them as such. But from the pr

Re: [Doxygen-users] How to customize header & footer in RTF output in DOxygen

2014-05-04 Thread Albert
Hi Rajmohan, Did you have a look at: doxygen --help doxygen -w rtf styleSheetFile doxygen -e rtf extensionsFile and the following items from the Doxyfile: RTF_STYLESHEET_FILE RTF_EXTENSIONS_FILE Albert On Sun, May 4, 2014 at 10:09 AM, Rajmohan wrote: > Hi, > > I request to know ho

[Doxygen-users] How to customize header & footer in RTF output in DOxygen

2014-05-04 Thread Rajmohan
Hi, I request to know how specific header (with a company logo) & footer (with [page numbers) could be configured for a design document for an API written in C language. Greatly appreciate any help. Thanks and regards, Rajmohan