summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-03-25 09:37:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 12:39:35 +0100
commit1763f9c0ca35b66a8eebdc8ad02b1339276e5517 (patch)
treea56a1d68a8e30fdd548cf835920341a2c307d643
parentdd99fc791177aec115c400bc8f3abbbc1d193dc4 (diff)
downloadqtdoc-1763f9c0ca35b66a8eebdc8ad02b1339276e5517.tar.gz
Fix some qdoc warnings.
Change-Id: I9bf747a184b17ccbb9acf23a368f8102c8f4df31 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/howtos/third-party-libraries.qdoc2
-rw-r--r--doc/src/platforms/winrt.qdoc4
-rw-r--r--doc/src/whatsnew/whatsnew53.qdoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/howtos/third-party-libraries.qdoc b/doc/src/howtos/third-party-libraries.qdoc
index 521db95b..26ce8f7a 100644
--- a/doc/src/howtos/third-party-libraries.qdoc
+++ b/doc/src/howtos/third-party-libraries.qdoc
@@ -150,5 +150,5 @@
LIBS += -L"3rdparty/CatWhisperer/lib" -lCatWhisperer
\endcode
- \sa {qmake Manual}, {Adding Libraries to Projects}
+ \sa {qmake Manual}, {Declaring Other Libraries}
*/
diff --git a/doc/src/platforms/winrt.qdoc b/doc/src/platforms/winrt.qdoc
index d46982fa..00c3b4bf 100644
--- a/doc/src/platforms/winrt.qdoc
+++ b/doc/src/platforms/winrt.qdoc
@@ -149,7 +149,7 @@
libraries and plugins. Note that Qt plugins have to be put into a folder
named after their category (platforms, imageformats, and so on) without
using a \c plugins folder as root. For more information, see
- \l{Deploying an Application on Windows}.
+ \l{Qt for Windows - Deployment}.
As WinRT applications are run in a sandboxed environment, setting
the path variable to point to the files required will not work.
@@ -161,7 +161,7 @@
In order to be able to run debug builds of your applications you have to
register the correct VCLib debug framework. This framework provides the
\b{C++ Runtime} for Modern UI applications and its files can usually be found in
- \b{<Path to Microsoft SDKs>\<Windows version>\ExtensionSDKs\Microsoft.VCLibs\<VC Version>\AppX\Debug\<CPU architecture>}
+ \b{<Path to Microsoft SDKs>\\<Windows version>\\ExtensionSDKs\\Microsoft.VCLibs\\<VC Version>\\AppX\\Debug\\<CPU architecture>}
To register the debug VCLibs for x64 for Visual Studio 2013
on Windows 8.1, run the following command in PowerShell:
\code
diff --git a/doc/src/whatsnew/whatsnew53.qdoc b/doc/src/whatsnew/whatsnew53.qdoc
index a83271c0..7b094a6a 100644
--- a/doc/src/whatsnew/whatsnew53.qdoc
+++ b/doc/src/whatsnew/whatsnew53.qdoc
@@ -42,7 +42,7 @@
\list
\li \l{Qt WebSockets} - An add-on module that implements the WebSocket standard
- \l{RFC 6455}{http://tools.ietf.org/html/rfc6455}
+ \l{http://tools.ietf.org/html/rfc6455}{RFC 6455}
\endlist
For more information, visit the \l{All Modules} page.