I'm attempting to create some API documentation for a language of my
own. For this I made a small python filter converting the source code to
something resembling java just with all code removed from class
functions (empty function bodies). So it's like a C++ header just with
java notation since this better fits the features I have in my language.
The documentation works in general well but there is a strange problem I
don't know where to start looking for the problem. A few classes have
problems to properly link to their super/subclasses.

Let's say you have something like this inheritance

BaseClass:
   extended by SpecialClass

Now in some cases SpecialClass does not link to BaseClass although
showing it as superclass in the class view and vice versa for BaseClass
missing SpecialClass as subclass. In general doxygen seems to notice
those classes to be in an inheritance relationship but fails to reflect
this in the pages using links.

Any ideas what could cause this problem? I know it's difficult to look
at this using only this information but maybe some have witnessed
similar problems and remember what caused them these problems so I can
try out to somehow narrow it down.

-- 
Yours sincerely
Plüss Roland

Leader and Head Programmer
- Game: Epsylon ( http://www.indiedb.com/games/epsylon )
- Game Engine: Drag[en]gine ( http://www.indiedb.com/engines/dragengine
, http://dragengine.rptd.ch/wiki )
- Normal Map Generator: DENormGen ( http://epsylon.rptd.ch/denormgen.php )
- As well as various Blender export scripts und game tools

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to