diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-05-11 19:12:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 19:12:00 (GMT) |
commit | 8b9a7db0cdedf7eff7df312dc3124a493ff0d216 (patch) | |
tree | a2e4c9f5ec3f2170835047ebb1683756a0662904 | |
parent | af711e8eeea14a42d386beef5271af74a408d7e0 (diff) | |
parent | f88ebaf9f23c3151f312400d77150eeeeb8158c2 (diff) | |
download | Doxygen-8b9a7db0cdedf7eff7df312dc3124a493ff0d216.zip Doxygen-8b9a7db0cdedf7eff7df312dc3124a493ff0d216.tar.gz Doxygen-8b9a7db0cdedf7eff7df312dc3124a493ff0d216.tar.bz2 |
Merge pull request #564 from 3nids/master
fix typo
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 2a7cbeb..0fdf3ef 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2283,7 +2283,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. <option type='bool' id='FORMULA_TRANSPARENT' defval='1' depends='GENERATE_HTML'> <docs> <![CDATA[ - Use the \c FORMULA_TRANPARENT tag to determine whether or not the images + Use the \c FORMULA_TRANSPARENT tag to determine whether or not the images generated for formulas are transparent PNGs. Transparent PNGs are not supported properly for IE 6.0, but are supported on all modern browsers. <br>Note that when changing this option you need to delete any `form_*.png` files |