Hi, I try from time to time to find some information related GNU's C++ STL implemention e.g. in http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/classstd_1_1basic__string.html
But this page (and others) are nearly unreadable because there is no way to recognise member function declarations such as template<typename _CharT, typename _Traits, typename _Alloc> basic_string< _CharT, _Traits, _Alloc > & std::basic_string< _CharT, _Traits, _Alloc >::assign because of missing contrast. The default doxygen styles use a color box around such declarations but this is not true for your documentation! This makes this pages really unreadable. Please fix it. (I first thought it's a browser problem with CSS or something similar but it looks equally ugly in konqueror and firefox). Jens