Re: [Doxygen-develop] In need of a separate CSS class for nested lists
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2004-11-18 14:23:21
|
On Fri, 19 Nov 2004 00:58:03 +0000, Jeff Franks <jc...@tp...> wrote: > Hi, > > Sorry for the repost but I did not get a reply to my previous message a > couple of days ago. > > Is there any chance that nested lists could be created using a separate > CSS class that is different from top level lists. I want to give the > lists a border and background color. The problem is that nested lists in > the C++ class hierarchy in hierarchy.html also have a border, and it > looks ugly. > > I looked at the Doxygen source code and I really wouldn't know where to > begin to create a patch for the source code that does this. Most of the indices (such as the class hierarchy) are generated in index.cpp. You should probably add a "topLevel" flag to one or more methods of the OutputList class that is used to generate the output for all formats. I hope this gives you a start. Regards, Dimitri |