Hi,

I wrote -- (two simple dashes/minus signs) to my Doxygen doc and they
become en dash. This is good behavior in case of text but I had the
word as a parameter for \c command. So, I expected it to behave as
verbatim (preserve two minus signs).

I solved this by escaping dash in the same way as backslash and others
are escaped. So, my code now looks like this:

\c \-\-overwrite

In HTML the result is this:

<code>
      --overwrite
</code>

However, \- is not documented here:

http://www.stack.nl/~dimitri/doxygen/manual/commands.html

It is just a undocumented feature or should I use something else?

Thanks,
Vaclav

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to