Re: [Doxygen-users] Bug with enclosed classes and Alphabetical List?
Brought to you by:
dimitri
From: Luis I. <ib...@ch...> - 2001-10-07 11:45:32
|
Hi, We are experiencing the same problem with the alphabetical list. As far as we have seen, the whole index is in the correct order, but "extra" incorrect header are added when dealing with internal classes. For example: class Cell { class Mitochondria { }; }; Produce a correct entry "Cell" in the "C" group. Produce a correct entry "Cell::Mitochondria" in the "M" group, but for this last one, an extra "C" header is introduced. That make the list look like: M, C, N... Classes in the index are correctly ordered, but the extra header produce the wrong impression. Examples can be seen in VTK and ITK documentation sites: 1) http://public.kitware.com/VTK/doc/nightly/html/classes.html See for example: vtkFieldData::BasicIterator It is correctly ordered under "B" but has an extra "F" header. 2) http://public.kitware.com/Insight/Doxygen/html/classes.html See for example: VectorContainer::ConstIterator It is correctly ordered under "C" but has an extra "V" header. Is there any way to get around this ? Thanks Luis -- Luis Ibanez CB#: 7060 Research Assistan Professor phone: (919) 843 5436 Division of Neurosurgery fax: (919) 966 6627 University of North Carolina at Chapel Hill email: ib...@cs... Chapel Hill, NC 27599-7060 http://www.cs.unc.edu/~ibanez -------------------- On Sat, 29 Sep 2001, Pablo Alvarado wrote: > Hello everybody, > > I have a problem sorting the classes in the "Alphabetical List". > > I get the labels of A, B, A, B, A, B, A, where I expected something like > A, B, P. > A short example is included as attachment. In our proyect with about > two hundred classes this "interesting" sorting is very confusing... Am > I missing something in the configuration file or is this a bug? > > Regards, > > Pablo > > |