This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

doxygenating basic_string and algorithm concepts


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]