[Doxygen-users] Why is this function being included in the help file?
Brought to you by:
dimitri
|
From: Bruce E. S. <Bru...@st...> - 2006-02-18 21:12:06
|
Anyone have any ideas on this? -------- Original Message -------- Subject: [Doxygen-users] Why is this functionbeing included in the help file? Date: Sat, 11 Feb 2006 22:21:32 -0500 From: Bruce E. Stemplewski <Bru...@st...> CC: dox...@li... References: <43E959D5.22880.1236DD@localhost> <43E...@se...> 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 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Doxygen-users mailing list Dox...@li... https://lists.sourceforge.net/lists/listinfo/doxygen-users |