Escape double dashes in Doxygen input to preserve them
By default double dashes are converted to en-dashes in the output (and triple ones -- to em-dashes), but this is undesirable when double dashes are used not as a punctuation mark but in command line options or as C++ decrement operator, so escape them to avoid such conversion in this case.
This commit is contained in:
@@ -1613,7 +1613,7 @@ public:
|
||||
inheriting wxTextCtrl from @c std::streambuf in which case this class is
|
||||
not compiled in.
|
||||
You also must have @c wxUSE_STD_IOSTREAM option on (i.e. set to 1) in your
|
||||
@c setup.h to be able to use it. Under Unix, specify @c --enable-std_iostreams
|
||||
@c setup.h to be able to use it. Under Unix, specify @c \--enable-std_iostreams
|
||||
switch when running configure for this.
|
||||
|
||||
Example of usage:
|
||||
|
Reference in New Issue
Block a user