From 0f9f716f36c72aa4df7fdcc56f7c19fa823acb85 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Thu, 18 Jan 2018 13:52:47 +0100 Subject: 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 --- qmake/generators/win32/registry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qmake') 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 -- cgit v1.2.3