From 98804946f289fe8ab866cc7bf3383a29057f9251 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Wed, 15 Aug 2012 06:37:01 +0100 Subject: Make the "\internal" qdoc command stand on its own line The qdoc manual currently claims that the command must stand on its own line. The change follows the consistency with the rest and how the example looks like inside the qdoc manual for this command. Change-Id: I6b653dc95cf9d84e4adf32220dace5d313678419 Reviewed-by: Casper van Donderen --- src/corelib/global/qglobal.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/corelib/global/qglobal.cpp') diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index b60e7495c6..5fbded415f 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -1904,7 +1904,8 @@ void qt_check_pointer(const char *n, int l) qFatal("In file %s, line %d: Out of memory", n, l); } -/* \internal +/* + \internal Allows you to throw an exception without including Called internally from Q_CHECK_PTR on certain OS combinations */ @@ -1913,7 +1914,8 @@ void qBadAlloc() QT_THROW(std::bad_alloc()); } -/* \internal +/* + \internal Allows you to call std::terminate() without including . Called internally from QT_TERMINATE_ON_EXCEPTION */ -- cgit v1.2.3