I'm documenting a class with grouping of my class members.
This generates a list of methods in the class's documentation (in the
generated HTML) as follows:
group heading 1
member1
member2
member3
.
.
.
group header 2
.
.
.
The problem is that there is no indication of the member's access
control (public, protected, or private).How can I use grouping and
have each member's access documented?
Also, there is no indication of the member's access control in the
Member Function Documentation section. How can include each member's
access control the Member Function Documentation section?
In the class's member list, there is an indication if a member is
protected ([protected]) or private ([private]). Is there a way to
have [public] included for public members.
Thanks,
Geoff Alexander, Ph.D.
919/254-5216 T/L 444-5216
CMVC95 WebDAV Development
IBM Corporation
RTP, NC
|