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
parent
e6fa35ff14
commit
0f9f716f36
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue