> > // Brief description of function > > // Long description of function > > // ... > > // > > // Returns: Describe the return value here. > > // Preconditions: precondition for the function > > // Postconditions: postcondition for the function > > // Throws: what it throws > > // ... > > > > Because I want my comments to look like English ;-) > > I highly agree. And I like that we can get the subsections > (returns/preconditions/postconditions/etc) to follow those of the > standard. Last I looked, Doxygen didn't have all the needed sections > here.
I believe Doxygen has all the needed elements now or they can be added using an 'Alias' to customize the tag set. But I agree that Dave's syntax is nicer and look forward to seeing what can be done with Synopsis. Jeff ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
