diff options
author | albert-github <albert.tests@gmail.com> | 2014-01-12 15:36:09 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-01-12 15:36:09 (GMT) |
commit | 73d12cc5cf0656e94125baea62cdb19b67908b3d (patch) | |
tree | d93df18cf7fe28f7c07078010b1665d211e095b4 /doc/trouble.doc | |
parent | 4b51e6113f1e9e20a5700840d83f1c3928d84825 (diff) | |
download | Doxygen-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/trouble.doc')
-rw-r--r-- | doc/trouble.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc index c71e63d..84fb835 100644 --- a/doc/trouble.doc +++ b/doc/trouble.doc @@ -109,7 +109,7 @@ helpful and it will cost me much more time to figure out what you mean. In the worst-case your bug report may even be completely ignored by me, so always try to include the following information in your bug report: - The version of doxygen you are using (for instance 1.5.3, use - <code>doxygen --version</code> if you are not sure). + `doxygen --version` if you are not sure). - The name and version number of your operating system (for instance SuSE Linux 6.4) - It is usually a good idea to send along the configuration file as well, |