summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-02-02 21:16:07 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-04 01:30:20 +0100
commit04ef30a0d92fd3f386b53529ab212f637765f931 (patch)
tree57c36ef5c519250162ed1972806c2f3d79259ef7
parent34220f073f3df08769a2874cd6f86562ceb1816b (diff)
Doc: Fix "Missing '}'" warnings
The \e command cannot span multiple lines. Task-number: QTBUG-29338 Change-Id: I98f690cf8c4f1aca2f26ea8a0541e21b2ebaa659 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/legal/3rdparty.qdoc6
-rw-r--r--doc/src/legal/licenses.qdoc6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/legal/3rdparty.qdoc b/doc/src/legal/3rdparty.qdoc
index a07895976..618fc80bf 100644
--- a/doc/src/legal/3rdparty.qdoc
+++ b/doc/src/legal/3rdparty.qdoc
@@ -231,7 +231,7 @@
\section1 MD4 (\c md4.cpp and \c md4.h)
\e{MD4 (RFC-1320) message digest.}\br
- \e{Modified from MD5 code by Andrey Panin <pazke@donpac.ru>
+ \e{Modified from MD5 code by Andrey Panin <pazke@donpac.ru>}
Written by Solar Designer <solar@openwall.com> in 2001, and placed in
the public domain. There's absolutely no warranty.
@@ -362,8 +362,8 @@
\section1 SHA-1 (\c sha1.cpp)
- \e{Based on the public domain implementation of the SHA-1 algorithm\br
- Copyright (C) Dominik Reichl <dominik.reichl@t-online.de>}
+ \e{Based on the public domain implementation of the SHA-1 algorithm}\br
+ \e{Copyright (C) Dominik Reichl <dominik.reichl@t-online.de>}
See \c qtbase/src/3rdparty/sha1/sha1.cpp for more information about the terms and
conditions under which the code is supplied.
diff --git a/doc/src/legal/licenses.qdoc b/doc/src/legal/licenses.qdoc
index 89b72eb41..f36dbeb42 100644
--- a/doc/src/legal/licenses.qdoc
+++ b/doc/src/legal/licenses.qdoc
@@ -961,9 +961,9 @@
\section1 DES (\c des.cpp)
- \e{Implementation of DES encryption for NTLM\br
- Copyright 1997-2005 Simon Tatham.\br
- This software is released under the MIT license.}
+ \e{Implementation of DES encryption for NTLM}\br
+ \e{Copyright 1997-2005 Simon Tatham.}\br
+ \e{This software is released under the MIT license.}
See \c qtbase/src/3rdparty/des/des.cpp for more information about the terms and
conditions under which the code is supplied.