QDoc: Fix QDoc warnings

This patch fixes ~1100 warnings from qdoc

Change-Id: Ia9555db675acbf8083b2f87d9855a62a3a34ccb9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Tobias Hunger
2013-09-25 18:19:45 +02:00
parent 529cc963b5
commit 0479abdcd7
18 changed files with 940 additions and 944 deletions

View File

@@ -180,7 +180,7 @@ class AbstractTextCursorHandler : public QObject
public:
AbstractTextCursorHandler(VcsBaseEditorWidget *editorWidget = 0);
/*! \brief Try to find some matching contents under \p cursor
/*! \brief Try to find some matching contents under \a cursor
*
* It's the first function to be called because it changes the internal state of the handler.
* Other functions (highlightCurrentContents(), handleCurrentContents(), ...) use the result
@@ -199,7 +199,7 @@ public:
//! Contents matched with the last call to findContentsUnderCursor()
virtual QString currentContents() const = 0;
/*! \brief Fill \p menu with contextual actions applying to the contents matched
/*! \brief Fill \a menu with contextual actions applying to the contents matched
* with findContentsUnderCursor()
*/
virtual void fillContextMenu(QMenu *menu, EditorContentType type) const = 0;