Acorn Arcade forums: Programming: Doxygen question
|
Doxygen question |
|
monkeyson2 (20:47 1/11/2003) ninj (20:48 13/11/2003)
|
|
Phil Mellor |
Message #47643, posted by monkeyson2 at 20:47, 1/11/2003 |
Please don't let them make me be a monkey butler
Posts: 12380
|
I'm having a last minute commenting-an-entire-project bonanza, and I'm learning to use doxygen on the fly.
Now, at the moment I'm using the Java Vector class quite a lot in different files, and it's appearing lots of times in the class hierarchy page that doxygen produces.Vector Vector Vector Vector Vector Vector Vector Is there any way to stop this? Either hiding Vector completely, or at least making it appear only once? |
|
[ Log in to reply ] |
|
ninjah |
Message #47970, posted by ninj at 20:48, 13/11/2003, in reply to message #47643 |
Member
Posts: 288
|
Class heirarchy? You mean you're deriving from Vector in multiple classes? In that case, not easily. I have a vaguely similar problem here.
Of course, the source is to hand so it's quite possible to hack that, or to get it to spit out XML and process that using someone's tools. Presumably not Gerph's, unless they're available again. |
|
[ Log in to reply ] |
|
|
Acorn Arcade forums: Programming: Doxygen question |