Add documentation tool-chain

Generate html, pdf and epub documentation using asciidoctor+docbook.

See gh-295
This commit is contained in:
Phillip Webb
2014-03-13 13:15:33 -07:00
parent 22e397cda2
commit abba0d63fe
38 changed files with 3818 additions and 5 deletions

View File

@@ -0,0 +1,35 @@
/*
code highlight CSS resemblign the Eclipse IDE default color schema
@author Costin Leau
*/
.hl-keyword {
color: #7F0055;
font-weight: bold;
}
.hl-comment {
color: #3F5F5F;
font-style: italic;
}
.hl-multiline-comment {
color: #3F5FBF;
font-style: italic;
}
.hl-tag {
color: #3F7F7F;
}
.hl-attribute {
color: #7F007F;
}
.hl-value {
color: #2A00FF;
}
.hl-string {
color: #2A00FF;
}