doc: Remove <CR> from \fn commands
clang fails for \fn commands that contain CR. Change-Id: I4ece5110437cf358e408731f93993bf2d9702381 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
42cb74aa81
commit
485c21dcc9
@ -781,8 +781,7 @@ QAction *QMenuBar::addAction(const QString &text, const QObject *receiver, const
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn template<typename Obj, typename PointerToMemberFunctionOrFunctor>
|
||||
QAction *QMenuBar::addAction(const QString &text, const Obj *receiver, PointerToMemberFunctionOrFunctor method)
|
||||
\fn template<typename Obj, typename PointerToMemberFunctionOrFunctor> QAction *QMenuBar::addAction(const QString &text, const Obj *receiver, PointerToMemberFunctionOrFunctor method)
|
||||
|
||||
\since 5.11
|
||||
|
||||
@ -799,8 +798,7 @@ QAction *QMenuBar::addAction(const QString &text, const QObject *receiver, const
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn template<typename Functor>
|
||||
QAction *QMenuBar::addAction(const QString &text, Functor functor)
|
||||
\fn template<typename Functor> QAction *QMenuBar::addAction(const QString &text, Functor functor)
|
||||
|
||||
\since 5.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user