aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/FORMATTING.md
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 12:50:43 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 12:50:43 +0100
commitac92f54ca6f9a3d5380530fd402ff09b43fb4c18 (patch)
tree4c1c0c18a334e6c9bcb74578f7048efc5f7a2c7a /doc_src/FORMATTING.md
parent1b4c85eb6949570a6e44384812cb69c57ef473c7 (diff)
Updated Testing Info. Ready for PR.
Major documentation cleanup and update. - Fixes Issue #1557 - Moves entire documentation to Markdown format. Much simpler. - Fully supports Doxygen 1.8.7+ - All documentation targets updated: user_doc, share/man, doc and doc/refman.pdf. - Tested across Ubuntu, CentOS and Mac OS. See doc_src/FORMATTING.md for in depth rationale and style guide.
Diffstat (limited to 'doc_src/FORMATTING.md')
-rw-r--r--doc_src/FORMATTING.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc_src/FORMATTING.md b/doc_src/FORMATTING.md
index 4e96a27b..4cf2405d 100644
--- a/doc_src/FORMATTING.md
+++ b/doc_src/FORMATTING.md
@@ -199,8 +199,12 @@ Some useful Unicode/HTML5 entities:
### Doxygen
-- Tested on Ubuntu 14.04 with Doxygen 1.8.8, built from source.
-- Tested on Mac OS X 10.9 with Homebrew install Doxygen 1.8.7 and 1.8.8.
+Tested on:
+- Ubuntu 14.04 with Doxygen 1.8.8, built from [GitHub source](https://github.com/doxygen/doxygen.git).
+- CentOS 6.5 with Doxygen 1.8.8, built from [GitHub source](https://github.com/doxygen/doxygen.git).
+- Mac OS X 10.9 with Homebrew install Doxygen 1.8.7 and 1.8.8.
+
+Graphviz was also installed in all the above testing.
Doxygen 1.8.6 and lower do not have the \\htmlonly[block] directive which fixes a multitude of problems in the rendering of the docs. In Doxygen 1.8.7 the list of understood HTML entities was greatly increased. I tested earlier versions and many little issues returned.