summaryrefslogtreecommitdiffstats
path: root/src/doc/src/b2qt-post-install-setup.qdocinc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-04-08 14:58:41 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-04-09 11:27:45 +0300
commit595fdfb4b5d24836f2afc87056825d997f2338fe (patch)
tree2d10adf07c58c7bef209e1430829655e4b444375 /src/doc/src/b2qt-post-install-setup.qdocinc
parent3d504f38e226f63ccf944e5082a0678bf68b4ceb (diff)
Doc: Disable code highlighting for command-line instructions
This change replaces the \code command with \badcode wherever suitable, and uses \qml for QML snippets. Using \badcode stops qdoc from trying to do highlighting for the command-line instructions. Change-Id: Ic15e22b1a89b6c90233d5753c55b7047ad01baa9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Diffstat (limited to 'src/doc/src/b2qt-post-install-setup.qdocinc')
-rw-r--r--src/doc/src/b2qt-post-install-setup.qdocinc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/b2qt-post-install-setup.qdocinc b/src/doc/src/b2qt-post-install-setup.qdocinc
index 6e5ae9b..ec293de 100644
--- a/src/doc/src/b2qt-post-install-setup.qdocinc
+++ b/src/doc/src/b2qt-post-install-setup.qdocinc
@@ -26,7 +26,7 @@
\li Run the following command in a shell:
- \code
+ \badcode
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", TAG+="udev-acl", TAG+="uaccess"' | sudo tee -a /etc/udev/rules.d/70-boot2qt.rules
\endcode