added Doxygen

This commit is contained in:
Herwig Birke
2018-11-07 13:08:42 +01:00
parent 1fb97e1891
commit 8f63d174f3
34 changed files with 6133 additions and 235 deletions
+13
View File
@@ -5,7 +5,20 @@
#include <QString>
/*!
\brief
\fn rootPath
\return QString
*/
QString rootPath();
/*!
\brief
\fn cleanList
\param list
\return QStringList
*/
QStringList cleanList(const QStringList& list);