summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-07-30 11:46:02 +0200
committerKai Koehne <kai.koehne@qt.io>2019-07-30 13:37:19 +0000
commitd6a01d04f77f15e2847875b37412eb2814d723f9 (patch)
tree842966d6d8988892e52c47f46b7bd7f23b300e9e
parent6fbbbfd69274507eae820959bd187c7b565e9d4a (diff)
downloadqtdoc-d6a01d04f77f15e2847875b37412eb2814d723f9.tar.gz
Fix broken qdoc markup in 'Windows - Requirements' page
The closing */ inside the \code...\endcode block is confusing qdoc. Also, /* */ isn't a valid comment on the Windows command line in the first place. This amends 6de3b513c Change-Id: I02324277631004861cfb617b650a496bb0105b38 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
-rw-r--r--doc/src/platforms/windows.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index b1617848..1e91f5fd 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -122,7 +122,7 @@
to where your OpenSSL includes and libraries are located:
\code
- /* Assuming your OpenSSL is installed in C:\OpenSSL */
+ :: Assuming your OpenSSL is installed in C:\OpenSSL
set INCLUDE=%INCLUDE%;C:\OpenSSL\include
set PATH=%PATH%;C:\OpenSSL\bin
@@ -131,7 +131,7 @@
\li To use linked OpenSSL support, set the following:
\code
- /* Assuming your OpenSSL is installed in C:\OpenSSL */
+ :: Assuming your OpenSSL is installed in C:\OpenSSL
set INCLUDE=%INCLUDE%;C:\OpenSSL\include
set LIB=%LIB%;C:\OpenSSL\lib