doxygenating basic_string and algorithm concepts

Jonathan Wakely cow@compsoc.man.ac.uk
Fri Nov 15 09:49:00 GMT 2002


Iin case anyone else is already doing this ...

I'm currently adding doxygen comments to include/bits/basic_string.h
and creating doxygroups for the algorithms described in the standard
as Non-modifying Sequence Operations, Modifying Sequence Operations
and Sorting Operations (leaving the merge and set ops for now, IIRC).
I've called them Modifying/Non-modifying/Sorting algorithms - to be
consistent with the existing Binary search algorithms, as that's a
more user-friendly name for people who aren't familiar with the terms
used in the standard. The new groups will appear on the modules page,
http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/modules.html
I'll put some work-in-progress pages online somewhere shortly.

Move along, nothing more to see here,

jon


-- 
"When I think of all the harm the Bible has done, I despair of ever 
 writing anything to equal it." 
	- Oscar Wilde



More information about the Libstdc++ mailing list