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>
bb10
Martin Smith 2018-01-18 13:52:47 +01:00
parent e6fa35ff14
commit 0f9f716f36
1 changed files with 2 additions and 2 deletions

View File

@ -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