Re: [Doxygen-develop] Controlling the output in the "Alphabetical List" regarding namespace
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2003-01-13 21:14:36
|
On Mon, Jan 13, 2003 at 10:28:27AM +0100, Ren? Dencker Eriksen wrote: > Hi, > > I will hereby suggest an improvement to how the output on the > "Alphabetical List" (and the "Class Hierarchy") can be controlled. > > At the moment I have for instance the following two classes, that shows > up on the "Alphabetical List" as this: > > ipl::CHoughBase (ipl) > ipl::CHoughBase::CBinaryImage (ipl) > > Both in the namespace "ipl". The CBinaryImage is defined inside CHoughBase. > > It would be nice to be able to remove the ipl:: in front of both lines > since it is redundant (ipl is also shown at the end of each line). Has already been fixed in the latest CVS release. > The only control of this in the setup-file is setting the value of > HIDE_SCOPE_NAMES. But this leads to the following: > > CHoughBase (ipl) > CBinaryImage (ipl) > > The CHoughBase scope is also stripped from the CBinaryImage but is still > placed under "H" in the alphabetical ordered list. This is very > confusing. It would be nice with an option to remove ipl:: only, so the > output becomes: > > CHoughBase (ipl) > CHoughBase::CBinaryImage (ipl) This should now be the default behaviour (it used to be until I introduced a bug). Regards, Dimitri |