CVS commit by aclu: Replaced all TODO occurencies with @todo so that they show up in the Doxygen generated documentation under "Related Pages > Todo List" M +3 -3 domutil.cpp 1.13 --- kdevelop/lib/util/domutil.cpp #1.12:1.13 @@ -49,7 +49,7 @@ QString DomUtil::readEntry(const QDomDoc } -// TODO: consider whether it's okay to accept empty string == default value -// if not use the below type -//typedef pair EltInfo; +/// @todo: consider whether it's okay to accept empty string == default value +/// if not use the below type +///typedef pair EltInfo; QString DomUtil::readEntryAux(const QDomDocument &doc, const QString &path)