From kde-commits Sat Jun 28 18:31:01 2003 From: Amilcar do Carmo Lucas Date: Sat, 28 Jun 2003 18:31:01 +0000 To: kde-commits Subject: kdevelop/lib/util X-MARC-Message: https://marc.info/?l=kde-commits&m=105682506610523 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)