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

@@ -41,10 +41,12 @@ void NumerotationContext::clear () {
}
/**
@brief NumerotationContext::addValue, add a new value on the contexte
@brief NumerotationContext::addValue
add a new value on the contexte
@param type the type of value
@param value the value itself
@param increase the increase number of value
@param initialvalue
@return true if value is append
*/
bool NumerotationContext::addValue(const QString &type, const QVariant &value, const int increase, const int initialvalue) {