summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-18 13:52:47 +0100
committerMartin Smith <martin.smith@qt.io>2018-01-18 18:25:27 +0000
commit0f9f716f36c72aa4df7fdcc56f7c19fa823acb85 (patch)
tree4166c563b2406ed1ae1436be310dd177f7f3379a
parente6fa35ff14ed8f532564129cf4fb7f9bfc64ce8f (diff)
doc: Remove inappropriate qdoc comment markers
Removed the '!' from two comments because the functions being documented are static functions declared and defined in the .cpp file. They are not public. Change-Id: Ie3b2c32c64102634b6b2a4c438da191536a426d6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--qmake/generators/win32/registry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/generators/win32/registry.cpp b/qmake/generators/win32/registry.cpp
index 74c912ca43..7320cb0551 100644
--- a/qmake/generators/win32/registry.cpp
+++ b/qmake/generators/win32/registry.cpp
@@ -32,7 +32,7 @@
QT_BEGIN_NAMESPACE
#ifdef Q_OS_WIN32
-/*!
+/*
Returns the path part of a registry key.
e.g.
For a key
@@ -48,7 +48,7 @@ static QString keyPath(const QString &rKey)
return rKey.left(idx + 1);
}
-/*!
+/*
Returns the name part of a registry key.
e.g.
For a key