summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-11-09 16:25:56 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2018-11-16 11:28:49 +0000
commitda8a010ea7c68c6ec52dc97fadb563065ec4b355 (patch)
tree6636ad9b9438b3a0aec09324e33626f5d56f90bd
parent4367cf318359a6a2a594252d51676aca7dd8f5e6 (diff)
downloadqttools-da8a010ea7c68c6ec52dc97fadb563065ec4b355.tar.gz
Doc: QDoc Manual: Clarify the use of \printuntil without an argument
Change-Id: I204884f38b7993991469c51bc45a3a6087bb49e9 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index 8ba6efa05..1b6648f90 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -1470,6 +1470,9 @@
{positioning} and \l {substring} {argument} as the \l
{printline-command} {\\printline} command.
+ If \\printuntil is used without an argument, it expands to all the
+ lines from the current position to the end of the quoted file.
+
The lines from the source file are rendered in a separate
paragraph, using a monospace font and the standard
indentation. The code is shown verbatim.