From kde-commits Mon Feb 29 23:21:26 2016 From: Jaroslaw Staniek Date: Mon, 29 Feb 2016 23:21:26 +0000 To: kde-commits Subject: [kdb] src: GIT_SILENT CalligraDB: improve docs (silent) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=145678809629596 Git commit 7c05f4080072f41a647377a80f4d2bb8cb71e372 by Jaroslaw Staniek. Committed on 29/02/2016 at 23:16. Pushed by staniek into branch 'master'. GIT_SILENT CalligraDB: improve docs (from calligra.git) M +2 -2 src/KDbQuerySchema.h http://commits.kde.org/kdb/7c05f4080072f41a647377a80f4d2bb8cb71e372 diff --git a/src/KDbQuerySchema.h b/src/KDbQuerySchema.h index 16331b8..bac28a9 100644 --- a/src/KDbQuerySchema.h +++ b/src/KDbQuerySchema.h @@ -531,7 +531,7 @@ public: Unique, //!< Unique list of fields is return= ed WithInternalFields, //!< Like Default but internal field= s (for lookup) are appended WithInternalFieldsAndRecordId //!< Like WithInternalFields but rec= ord ID (big int type) field - //!< is appended after internal fields + //!< is appended after internal fiel= ds }; = /*! @return fully expanded list of fields. @@ -588,7 +588,7 @@ public: return fieldsExpandedInternal(options, true); } = - /*! @return list of fields internal fields used for lookup columns. */ + /*! @return list of internal fields used for lookup columns. */ KDbQueryColumnInfo::Vector internalFields() const; = /*! @return info for expanded of internal field at index @a index.