summaryrefslogtreecommitdiffstats
path: root/doc/install.doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-01-12 15:36:09 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-01-12 15:36:09 (GMT)
commit73d12cc5cf0656e94125baea62cdb19b67908b3d (patch)
treed93df18cf7fe28f7c07078010b1665d211e095b4 /doc/install.doc
parent4b51e6113f1e9e20a5700840d83f1c3928d84825 (diff)
downloadDoxygen-73d12cc5cf0656e94125baea62cdb19b67908b3d.zip
Doxygen-73d12cc5cf0656e94125baea62cdb19b67908b3d.tar.gz
Doxygen-73d12cc5cf0656e94125baea62cdb19b67908b3d.tar.bz2
Handlingh of -- by \c and <code> results in - adjusted documentation
Adjusted documentation so that -- in \c and <code> are shown as -- by placing the parts in ` (backtick)
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/install.doc b/doc/install.doc
index 94f1099..d0878b3 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -94,7 +94,7 @@ Compilation is now done by performing the following steps:
If you have Qt-4.3 or higher installed and want to build the GUI
front-end, you should run the configure script with
- the <code>--with-doxywizard</code> option:
+ the `--with-doxywizard` option:
configure --with-doxywizard
@@ -148,10 +148,10 @@ Use <code>make install_docs</code> to install the
documentation and examples into <code>\<docdir\>/doxygen</code>.
<code>\<prefix\></code> defaults to <code>/usr/local</code> but can be changed with
-the <code>--prefix</code> option of the configure script.
+the `--prefix` option of the configure script.
The default <code>\<docdir\></code> directory is
<code>\<prefix\>/share/doc/packages</code> and can be changed with
-the <code>--docdir</code> option of the configure script.
+the `--docdir` option of the configure script.
Alternatively, you can also copy the binaries from the <code>bin</code>
directory manually to some <code>bin</code> directory in your search path.
@@ -226,14 +226,14 @@ Manually adding `-Bdynamic` after the target rule in
Older versions of the GNU compiler have problems with constant strings
containing characters with character codes larger than 127. Therefore
-the compiler will fail to compile some of the translator_xx.h files.
+the compiler will fail to compile some of the `translator_xx.h` files.
A workaround, if you are planning to use the English translation only,
-is to configure doxygen with the <code>--english-only</code> option.
+is to configure doxygen with the `--english-only` option.
On some platforms (such as OpenBSD) using some versions of gcc with
-O2 can lead to eating all memory during the compilation of files
-such as config.cpp. As a workaround use --debug as a configure option
-or omit the -O2 for the particular files in the Makefile.
+such as config.cpp. As a workaround use `--debug` as a configure option
+or omit the `-O2` for the particular files in the Makefile.
Gcc versions before 2.95 may produce broken binaries due to bugs in
these compilers.