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/kernel/qboxlayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/kernel/qboxlayout.cpp') diff --git a/src/widgets/kernel/qboxlayout.cpp b/src/widgets/kernel/qboxlayout.cpp index 46c51d1d37..66e887a078 100644 --- a/src/widgets/kernel/qboxlayout.cpp +++ b/src/widgets/kernel/qboxlayout.cpp @@ -1218,7 +1218,7 @@ void QBoxLayout::setDirection(Direction direction) Returns the direction of the box. addWidget() and addSpacing() work in this direction; the stretch stretches in this direction. - \sa QBoxLayout::Direction addWidget() addSpacing() + \sa QBoxLayout::Direction, addWidget(), addSpacing() */ QBoxLayout::Direction QBoxLayout::direction() const -- cgit v1.2.3