From ad97aba452ed7d3dbd3c9d437c59c14b2ae0661b Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Thu, 10 May 2012 13:10:23 +0200 Subject: Doc: Fix \sa usage Ensure comma between elements (757 missing), single space and curly- braces around title elements, etc. Change-Id: Id16c3fda7fc47a12a0682f8720214f4990609a97 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Casper van Donderen --- src/widgets/widgets/qdialogbuttonbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/widgets/qdialogbuttonbox.cpp') diff --git a/src/widgets/widgets/qdialogbuttonbox.cpp b/src/widgets/widgets/qdialogbuttonbox.cpp index bcf0753d33..602a004220 100644 --- a/src/widgets/widgets/qdialogbuttonbox.cpp +++ b/src/widgets/widgets/qdialogbuttonbox.cpp @@ -874,7 +874,7 @@ QDialogButtonBox::~QDialogButtonBox() This signal is emitted when a button inside the button box is clicked, as long as it was defined with the \l AcceptRole or \l YesRole. - \sa rejected(), clicked() helpRequested() + \sa rejected(), clicked(), helpRequested() */ /*! @@ -883,7 +883,7 @@ QDialogButtonBox::~QDialogButtonBox() This signal is emitted when a button inside the button box is clicked, as long as it was defined with the \l RejectRole or \l NoRole. - \sa accepted() helpRequested() clicked() + \sa accepted(), helpRequested(), clicked() */ /*! @@ -892,7 +892,7 @@ QDialogButtonBox::~QDialogButtonBox() This signal is emitted when a button inside the button box is clicked, as long as it was defined with the \l HelpRole. - \sa accepted() rejected() clicked() + \sa accepted(), rejected(), clicked() */ /*! -- cgit v1.2.3