Hi,

I have a fair amount of experience with doxygen, but I'm brand new to 
Objective-C.  So far I find it rather fussy to document.

Here's a .h file that isn't producing the html output I expect:

/**
 * \ingroup restricted_common  Restricted Common Group
 * @{
 */

/**
 * \class PositioningManagerRestricted PositioningManagerRestricted.h 
"PositioningManagerRestricted.h"
  * \brief A restricted positioning manager.
 */
@interface PositioningManager (Restricted)

/**
 * \brief Gets the road element of the current position.
 *
 * \return The RoadElement
 */
- (RoadElement*) getRoadElement;

@end
/** @} */

After running through doxygen, the class description is there in the html 
output but the function is not described anywhere.  I'm a tech writer, so I 
have no idea about the accuracy of the code syntax.  The documentation should 
work though, no?


Thanks for any insight,

Todd Thorner
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to