Hi Arthur,

On Apr 29, 2013, at 0:06 , Arthur Schwarz <aschwarz1...@att.net> wrote:

> I’m trying to have the HTML output a check mark (&#x2712;). It outputs 
> ā€œ&#x2712;ā€. Any cure for this malady?

I think the entity should be &#x2714;

There are two ways:
1) Write it as an UTF-8 encoded character (and set INPUT_ENCONDING accordingly, 
default is already UTF-8)
2) Wrap it in \htmlonly..\endhtmlonly (if you are only interested in HTML 
output).

In case of 2) you can optionally make an alias for whole sequence, i.e.

ALIASES = checkmark="\htmlonly &#x2714;\endhtmlonly"

so you can simply write \checkmark in the documentation, and can always extend 
it later on with LaTeX support, i.e.

ALIASES        = checkmark="\htmlonly 
&#x2714;\endhtmlonly\latexonly\checkmark\endlatexonly"
EXTRA_PACKAGES = amsmath

Regards, 
  Dimitri


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to