Hi,
I have a question regarding the \xfrefitem keyword:
i have defined the following keywords:
inport=\xrefitem inports "Input Ports" " Input Ports"
outport=\xrefitem outports "Output Ports" "Output Ports"
i have a class with some special members:
/**
my class A
*/
class A{
/// testvar 1
int m_a;
/// testvar 2
int m_b;
/** \inport inport A */
InPort ip_a;
/** \inport inport B */
InPort ip_b;
/** \outport Outport C */
OutPort op_c;
}
I expected to get a documentation like this:
Class A
my class A
Inports
inport A
inport B
Outports
outport C
members:
int m_a
testvar 1
int m_b
testvar 2
InPort ip_a
InPort ip_b
Outport op_c
but created was the folowing:
the list with the ports is in the member documenttation itself
Class A
my class A
members:
int m_a
testvar 1
int m_b
testvar 2
InPort ip_a
Inports
inport A
InPort ip_b
Inports
inport B
Outport op_c
Outports
Outport C
Is this a bug? it seems to make no sense, because of course the length of the list is 1 every time.
It would make mor sense if the list would be in the parent object.
How to correct this?
i also would like to suppress the overall list in the related pages.
but this has lower priority.
Greetings from Germany,
René Staffen
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users