Doxygen comments in code

Nathan Myers ncm@nospam.cantrip.org
Thu Apr 26 03:15:00 GMT 2001


On Wed, Apr 25, 2001 at 05:11:56PM -0700, Benjamin Kosnik wrote:
> It seems to be a sensible thing to try to get the formatting right on a 
> relatively simple class before marking up everything. I suggest std::string.
> This means basic_string.h, std_string.h, basic_string.tcc, and 
> char_traits.h would have to be documented.
> 
> Does this sound like a good starting place to you? 

std::basic_string<> is _enormous_.  Maybe starting with something
small would be better.  (I might suggest std::locale (exclusive of
the facets).  ;-)

Does doxygen handle templates, template specializations, and function
template overloads reasonably?

Nathan Myers
ncm at cantrip dot org



More information about the Libstdc++ mailing list