[vtkusers] Trivia Question
Sebastien BARRE
sebastien at barre.nom.fr
Wed Oct 17 09:22:37 EDT 2001
At 10/17/2001 09:16 AM, Volpe, Christopher R (CRD) wrote:
>Trivia Question: Identify this sequence:
> AFBCSMCFCDEFDFGHIFIJKLMNOROPQRMRSTUVWX
>..
>Answer: It's the allegedly alphabetized class ordering in the Alphabetical
>List in the nightly man
>pages. Did somebody run out of CPU cycles in the middle of a sort?
Wow, I like that :)
Seems like a doxygen bug to me :)
We use that Doxygen settings
# 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.
I'll send an email to the Doxygen list.
Thanks Chris
More information about the vtkusers
mailing list