forked from qt-creator/qt-creator
Doc: Remove period from the end of \sa
The HTML generator adds it automatically and qdoc warns about it. Change-Id: I3917d7d23b16446e28ce7bfeb8f9195f21efd7fc Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -2441,7 +2441,7 @@ void AspectContainer::registerAspects(const AspectContainer &aspects)
|
||||
/*!
|
||||
Retrieves a BaseAspect with a given \a id, or nullptr if no such aspect is contained.
|
||||
|
||||
\sa BaseAspect.
|
||||
\sa BaseAspect
|
||||
*/
|
||||
BaseAspect *AspectContainer::aspect(Id id) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user