summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2012-08-17 11:31:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-21 11:05:20 +0200
commit194b62fb38a9cad1fcb9bc18389707315e0215be (patch)
tree5c1bd2853dc10d939a3170cab8532853eb60ac71 /src/corelib/tools/qdatetime.cpp
parentadc4a8e42bcb4c40314c7f549bc475ba01957b8d (diff)
doc: Added \relates command to some function qdoc comments
When a documented function is global, it must be related to a namespace or class, or its documentation won't be included anywhere. When a documented function is a class member, the function signature in the \fn command must include the class name qualifier, e.g. QImage::isValid(), not just isValid() Change-Id: I53e2230fa9468f94d51aec8cc76781d7ab755a13 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/tools/qdatetime.cpp')
-rw-r--r--src/corelib/tools/qdatetime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qdatetime.cpp b/src/corelib/tools/qdatetime.cpp
index 162117602b..293838e9a5 100644
--- a/src/corelib/tools/qdatetime.cpp
+++ b/src/corelib/tools/qdatetime.cpp
@@ -275,7 +275,7 @@ QDate::QDate(int y, int m, int d)
/*!
- \fn bool isValid() const
+ \fn bool QDate::isValid() const
Returns true if this date is valid; otherwise returns false.