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:
Leena Miettinen
2023-05-22 15:12:07 +02:00
parent ce0ab1cd27
commit e45609194d

View File

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