[Doxygen-users] Why is this functionbeing included in the help file?
Brought to you by:
dimitri
|
From: Bruce E. S. <Bru...@st...> - 2006-02-12 03:21:24
|
I have a class called Waypoint list. Waypoint list is derived from GxList. WaypointList has a function with the following declaration: Waypoint* GetAtIndex(unsigned index); it is not documented. GxList has a similar function with slightly different declaration: GxObject* GetAtIndex(unsigned index); It is documented. The documentation for GxList is showing up on the Waypoint documentation. Why? I have plenty of other similar functions that do not show up. I would want it to be one way or another but not like this. Is there anyway I can fix this? Bruce |