Tagged Questions
The doxia tag has no wiki summary.
3
votes
1answer
223 views
Documentation with Doxia + Ant
I would like to use Doxia to generate some documentation but invoke it with Ant (and no, Maven is not an option). I was looking for some pointers but nothing popped up after a few Google search.
Did ...
1
vote
2answers
78 views
Format code in Doxia Apt Format
I am currently starting to write a documentation for one of our projects. For reasons of simplicity we chose to use the Almost Plain Text (APT) Format, see more info here:
...
1
vote
0answers
102 views
Using other markup languages with maven doxia books
I know it is possible to write my maven site in markdown, using e.g.
http://code.google.com/p/doxia-module-markdown/wiki/Usage
Is it also possible to create books written in markdown or rest? I ...
1
vote
1answer
193 views
Powerful tool to generate documentation (exact requirements included)
Short version
We need a Maven Doxia alternative being able to generate good looking PDFs (at least code snippets should be properly indented and have configurable font size). Maven guys proposed ...
1
vote
1answer
125 views
How to make Eclipse work with the snippet macro in maven doxia files?
I want to use the snippet macro in my maven site documentation in order to allow for testing of my examples code snippets with JUnit. But I don't want Eclipse to show the red "there is a build error" ...
1
vote
1answer
403 views
Placeholder substitution in a Maven APT page
I am working on Maven site documentation for some related projects, and I want to create a hyperlink from one site's documentation to another sites documentation. The wrinkle is that the URL for the ...
0
votes
0answers
14 views
How to create simple web page using doxia
I'd like to create static web sites using doxia. Could you please tell me step by step what should I do. I am goin gto use APT at the beginning.