[Doxygen-users] [bug ?] Sorting pb in the Alphabetical List
Brought to you by:
dimitri
From: Sebastien B. <seb...@ba...> - 2001-10-17 13:33:34
|
Hi If you have a look at our nightly generated doc (version 1.2.10): http://public.kitware.com/VTK/doc/nightly/html/classes.html You will notice that this sequence: AFBCSMCFCDEFDFGHIFIJKLMNOROPQRMRSTUVWX is the alphabetized class ordering in the Alphabetical List... Check the 'F' section (the first one :) We use that Doxygen setting: # In case all classes in a project start with a common prefix, all classes # will be put under the same header in the alphabetical index. The # IGNORE_PREFIX tag can be use to specify a prefix that should be ignored # while generating the index headers. IGNORE_PREFIX = vtk so vtkFieldData::BasicIterator is definitely under 'F'... But seems to have been plugged into 'B' because of BasicIterator. Weird. |