Author: ltheussl Date: Tue Nov 6 03:31:57 2007 New Revision: 592383 URL: http://svn.apache.org/viewvc?rev=592383&view=rev Log: Update info about Doxia document formats.
Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt?rev=592383&r1=592382&r2=592383&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt (original) +++ maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Tue Nov 6 03:31:57 2007 @@ -188,28 +188,10 @@ * Doxia Doxia is Maven's documentation engine. It has a sink and parser API that can be used to plug in support for input - and output documents. Currently it has support for these document formats: + and output documents. -*---------------------------+----+-----* -| Format | In | Out | -*---------------------------+----+-----* -| APT - Almost Plain Text | Y | N | -*---------------------------+----+-----* -| DocBook | Y | Y | -*---------------------------+----+-----* -| FML - FAQ Markup Language | Y | N/A | -*---------------------------+----+-----* -| LaTeX | N | Y | -*---------------------------+----+-----* -| RTF | N | Y | -*---------------------------+----+-----* -| XDoc | Y | Y | -*---------------------------+----+-----* -| XHTML | Y | Y | -*---------------------------+----+-----* -Available formats - - You can {{{http://maven.apache.org/doxia/}read more about Doxia}}. + You can read more about {{{http://maven.apache.org/doxia/}Doxia}} and the currently support + {{{http://maven.apache.org/doxia/references/index.html}document formats}}. * Mojo