Ticket #43 (closed defect: fixed)

Opened 2 years ago

Last modified 8 months ago

FieldContainer does not show up as parent of AttachmentContainers

Reported by: allenb Assigned to: allenb
Priority: minor Milestone: 2.0 Beta
Component: System Version: 2.0
Keywords: Cc:
Completion:

Description

In doxygen and gccxml output (for python bindings) the FieldContainer? class does not show up as a parent of AttachmentContainer?. I think this is because the parent is coming in through mixins in OSGAttachmentContainerParent.h. See: source:trunk/Source/System/FieldContainer/Base/OSGAttachmentContainerParent.h#L52

I would like to find a way around this so that parentage is clear in the documentation and in other tools.

Change History

(follow-up: ↓ 2 ) 09/15/06 11:47:04 changed by dirk

Honestly I don't see a way of doing that. To do that doxygen would have to be able to understand template code and structures, so that it can find out what DescT::Parent is.

That seems like a major addition to doxygen…

(in reply to: ↑ 1 ) 09/15/06 11:58:06 changed by allenb

  • owner changed from unassigned to allenb.
  • priority changed from major to minor.
  • status changed from new to assigned.

Replying to dirk:

Honestly I don't see a way of doing that. To do that doxygen would have to be able to understand template code and structures, so that it can find out what DescT::Parent is.

That seems like a major addition to doxygen…

Ok. I hadn't thought about that part with doxygen. The confusion where gccxml is not seeing it is a little more of a pain for me. I may try to track this down later, but for now it is low priority.