aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-04-27 17:59:34 -0400
committerMike Holmes <mike.holmes@linaro.org>2016-05-04 14:06:21 -0400
commit814086c1e33761fc7d8a3020ffceeb11cb1571e1 (patch)
treebeef2f140182e9ef02635705679471563aa5418a /DEPENDENCIES
parent7c27b1e270678a4b7aa1ab9a791a8aea9366b59a (diff)
doc: support asciidoctor
Ascidoctor is a python asciidoc interpreter it has greater capabilities than asciidoc which is a perl based interpreter. The resulting style sheet improvements result in more professional looking docs that can be further enhanced with our own css at some point. This also supports including code snippets in the documentation from the doxygen specification files. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index d59858cbb..a5266c9e4 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -252,7 +252,7 @@ The tested version of doxygen is 1.8.8
5.2.1 HTML
# Debian/Ubuntu
- $ apt-get install asciidoc source-highlight librsvg2-bin
+ $ apt-get install asciidoctor source-highlight librsvg2-bin
6.0 Submitting patches