|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Ordering of groups in the HTML indexHi,
Can anyone tell me if there's a way to specify the order in which (implicit or explicit) groups should appear in HTML documentation? I'm using Qt and, for example, I've put the Q_PROPERTY items first, and the signals second. Unfortunately Doxygen does not maintain this order and put the properties before the slots in the generated HTML index. The reason this matters to me is that the properties, signals and public slots on the class concerned provide an API to JavaScript code, but other C++ members (public or private) are not exposed. I'd like to have the public API (properties, signals and public slots) come first in the generated index rather than be mixed up C++ only members to minimize confusion from JavaScript readers. Regards, Jonathan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
|
|
Re: Ordering of groups in the HTML indexHi;
I ran into the same problem with creating pdf documents. What I ended up doing is writing a script to manipulate the order that I wanted sections to appear. Kathryn -----Original Message----- From: Jonathan Watt <jwatt@...> To: doxygen-users@... Sent: Fri, 18 Jul 2008 9:33 am Subject: [Doxygen-users] Ordering of groups in the HTML index Hi, Can anyone tell me if there's a way to specify the order in which (implicit or explicit) groups should appear in HTML documentation? I'm using Qt and, for example, I've put the Q_PROPERTY items first, and the signals second. Unfortunately Doxygen does not maintain this order and put the properties before the slots in the generated HTML index. The reason this matters to me is that the properties, signals and public slots on the class concerned provide an API to JavaScript code, but other C++ members (public or private) are not exposed. I'd like to have the public API (properties, signals and public slots) come first in the generated index rather than be mixed up C++ only members to minimize confusion from JavaScript readers. Regards, Jonathan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
|
|
Re: Ordering of groups in the HTML indexkay032366@... wrote:
> Hi; > > I ran into the same problem with creating pdf documents. What I ended > up doing is writing a script to manipulate the order that I wanted > sections to appear. > > Kathryn Hi Kathryn, Thanks for the reply. I guess post-processing or live reordering using JavaScript is always a possibility. It's a bit fragile though, and a pain to have to do. Shame if Doxygen doesn't support specifying order, but I guess it's free software, so... :-) Best regards, Jonathan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Doxygen-users mailing list Doxygen-users@... https://lists.sourceforge.net/lists/listinfo/doxygen-users |
| Free Forum Powered by Nabble | Forum Help |