From ac92f54ca6f9a3d5380530fd402ff09b43fb4c18 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Thu, 4 Sep 2014 12:50:43 +0100 Subject: [PATCH] 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. --- doc_src/FORMATTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc_src/FORMATTING.md b/doc_src/FORMATTING.md index 4e96a27b5..4cf2405d5 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.