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]

Re: Doxygen comments in code


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


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