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/io/qprocess.cpp | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'src/corelib/io/qprocess.cpp') diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 04597f198f..e201aefaa3 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -742,7 +742,8 @@ void QProcessPrivate::Channel::clear() \sa readAllStandardError(), readChannel() */ -/*! \internal +/*! + \internal */ QProcessPrivate::QProcessPrivate() { @@ -777,7 +778,8 @@ QProcessPrivate::QProcessPrivate() #endif } -/*! \internal +/*! + \internal */ QProcessPrivate::~QProcessPrivate() { @@ -787,7 +789,8 @@ QProcessPrivate::~QProcessPrivate() stdoutChannel.process->stdinChannel.clear(); } -/*! \internal +/*! + \internal */ void QProcessPrivate::cleanup() { @@ -851,7 +854,8 @@ void QProcessPrivate::cleanup() #endif } -/*! \internal +/*! + \internal */ bool QProcessPrivate::_q_canReadStandardOutput() { @@ -906,7 +910,8 @@ bool QProcessPrivate::_q_canReadStandardOutput() return didRead; } -/*! \internal +/*! + \internal */ bool QProcessPrivate::_q_canReadStandardError() { @@ -950,7 +955,8 @@ bool QProcessPrivate::_q_canReadStandardError() return didRead; } -/*! \internal +/*! + \internal */ bool QProcessPrivate::_q_canWrite() { @@ -994,7 +1000,8 @@ bool QProcessPrivate::_q_canWrite() return true; } -/*! \internal +/*! + \internal */ bool QProcessPrivate::_q_processDied() { @@ -1063,7 +1070,8 @@ bool QProcessPrivate::_q_processDied() return true; } -/*! \internal +/*! + \internal */ bool QProcessPrivate::_q_startupNotification() { @@ -1092,7 +1100,8 @@ bool QProcessPrivate::_q_startupNotification() return false; } -/*! \internal +/*! + \internal */ void QProcessPrivate::closeWriteChannel() { -- cgit v1.2.3