Johann - 2011-05-12

Hello,
I am trying to achieve something similar to this page:
http://www.stepmania.com/viewfile.php?file=doxygen/globals.html

When you click on either of the following pages, all the entries are listed and alphabetically ordered:
All | Functions | Variables | Typedefs | Enumerations | Enumeration values | Defines

In my situation, the entries are alphabetically ordered, but they are split for each letter of the alphabet: one page for a, one for b, etc.
Even the All page is split!!
Each page is a different one:
* globals.html -> actually only contains the letter a
* globals_0x62.html contains the letter b
etc.

I looked in the doxyfile, and tinkered with as many options as i could think of: same output all the time.
(The project is quite big)

Thanks for your help on that
Johann