Fix documentation errors

This commit is contained in:
Debao Zhang
2013-10-30 17:49:45 +08:00
parent d8c1f360a2
commit 0880c6c80a
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -62,7 +62,8 @@ DataValidationPrivate::~DataValidationPrivate()
/*!
* \class DataValidation
*
* \brief Data validation for single cell or a range
* \inmodule QtXlsx
* The data validation can be applied to a single cell or a range of cells.
*/
@@ -103,7 +104,7 @@ DataValidationPrivate::~DataValidationPrivate()
* The enum type defines the type of error dialog that
* is displayed.
*
* \value Error
* \value Stop
* \value Warning
* \value Information
*/