The doxia tag has no wiki summary.
0
votes
1answer
27 views
Include text from one apt to another apt
Imagine I have three apt files:
main.apt
Info, details, etc..
some text
Configuration
some text
child1.apt
Info, details, etc..
some text
Configuration
[Same text as ...
1
vote
0answers
29 views
How to add local HTML anchors for sections with Doxia?
In a Maven site doc I use code like this for sections:
<section name="Hibernate statistics">
Foo
</section>
How do I tell Doxia I want the section name/title to be an HTML local ...
2
votes
1answer
93 views
Display a dollar sign inside a code span using maven site and markdown
I would like to display a dollar sign inside a code span generated with maven-site-plugin and markdown (doxia-module-markdown).
Out of a code span, I used the numerical code $ and it fixed ...
2
votes
0answers
151 views
Verbatim Text in Doxia APT Table
Using Doxia APT format, I would like to include verbatim text or a snippet within a table.
*------------+----------------------------+
|| col1 || col2 |
...
2
votes
3answers
565 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:
...
4
votes
1answer
458 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
2answers
407 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
188 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" ...
2
votes
1answer
585 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 ...
3
votes
1answer
342 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 ...