Browse Source

Fix documentation errors

master
Debao Zhang 11 years ago
parent
commit
0880c6c80a
  1. 6
      src/xlsx/xlsxcellrange.cpp
  2. 5
      src/xlsx/xlsxdatavalidation.cpp

6
src/xlsx/xlsxcellrange.cpp

@ -27,12 +27,12 @@
#include <QString> #include <QString>
#include <QPoint> #include <QPoint>
#include <QStringList> #include <QStringList>
QT_BEGIN_NAMESPACE_XLSX QT_BEGIN_NAMESPACE_XLSX
/*! /*!
\class CellRange \class CellRange
\brief For a range "A1:B2" or single cell "A1"
\brief The CellRange class provides a way to
\inmodule QtXlsx \inmodule QtXlsx
The CellRange class stores the top left and bottom The CellRange class stores the top left and bottom

5
src/xlsx/xlsxdatavalidation.cpp

@ -62,7 +62,8 @@ DataValidationPrivate::~DataValidationPrivate()
/*! /*!
* \class DataValidation * \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. * 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 * The enum type defines the type of error dialog that
* is displayed. * is displayed.
* *
* \value Error * \value Stop
* \value Warning * \value Warning
* \value Information * \value Information
*/ */

Loading…
Cancel
Save