Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-20 21:57:35 +02:00
parent 8626ca5d1b
commit 0c00d83b27
57 changed files with 270 additions and 195 deletions

View File

@@ -128,7 +128,7 @@ void NamesList::fromXml(const QDomElement &xml_element, const QHash<QString, QSt
/**
@brief NamesList::fromXml
Load the list of lang <-> name from an xml description.
@xml_element must be the parent of a child element tagged "names"
xml_element must be the parent of a child element tagged "names"
If a couple lang <-> name already exist, they will overwrited, else
they will be appened.
@param xml_element : xml element to analyze