From 0880c6c80a59dc6596f32f61f43ec80abc60bcea Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Wed, 30 Oct 2013 17:49:45 +0800 Subject: [PATCH] Fix documentation errors --- src/xlsx/xlsxcellrange.cpp | 6 +++--- src/xlsx/xlsxdatavalidation.cpp | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/xlsx/xlsxcellrange.cpp b/src/xlsx/xlsxcellrange.cpp index c250d6d..5c8d04a 100644 --- a/src/xlsx/xlsxcellrange.cpp +++ b/src/xlsx/xlsxcellrange.cpp @@ -27,12 +27,12 @@ #include #include #include + QT_BEGIN_NAMESPACE_XLSX + /*! \class CellRange - - \brief The CellRange class provides a way to - + \brief For a range "A1:B2" or single cell "A1" \inmodule QtXlsx The CellRange class stores the top left and bottom diff --git a/src/xlsx/xlsxdatavalidation.cpp b/src/xlsx/xlsxdatavalidation.cpp index 4b583bc..80d584f 100644 --- a/src/xlsx/xlsxdatavalidation.cpp +++ b/src/xlsx/xlsxdatavalidation.cpp @@ -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 */