mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Work around an apparent Doxygen 1.7.6 bug.
For some reason, the construct \c " in config.dox makes the custom \QF command fail to work for the rest of the file, and escaping the quote doesn't help. Work around for now by using words.
This commit is contained in:
parent
1c590116af
commit
69aa6c0e7e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ nq-glx +setrom m_pitch -0.022
|
|||
\endverbatim
|
||||
|
||||
The following command line will successfully set m_pitch to \c -0.022
|
||||
because \QF will see the \c " before the \c - and thus \c -0.022 will be
|
||||
because \QF will see the quotation mark before the \c - and thus \c -0.022 will be
|
||||
part of the console command.
|
||||
\verbatim
|
||||
nq-glx +setrom m_pitch \"-0.022\"
|
||||
|
|
Loading…
Reference in a new issue