Author: vsiveton Date: Mon Jun 15 16:11:37 2009 New Revision: 784838 URL: http://svn.apache.org/viewvc?rev=784838&view=rev Log: o minor update
Modified: maven/doxia/site/src/site/apt/modules/index.apt Modified: maven/doxia/site/src/site/apt/modules/index.apt URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/modules/index.apt?rev=784838&r1=784837&r2=784838&view=diff ============================================================================== --- maven/doxia/site/src/site/apt/modules/index.apt (original) +++ maven/doxia/site/src/site/apt/modules/index.apt Mon Jun 15 16:11:37 2009 @@ -3,7 +3,7 @@ ----- Vincent Siveton ------ - 2008-10-27 + 2009-06-15 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -189,6 +189,9 @@ parser.parse( reader, sink ); +---- - It is recommended that you use plexus to look up the parser. In principle + It is recommended that you use {{{http://plexus.codehaus.org/}Plexus}} to look up the parser. In principle you could instantiate the parser directly ( <<<Parser parser = new AptParser();>>> ) but then some special features like macros will not be available. + + You could also use the {{{http://maven.apache.org/doxia/doxia-tools/doxia-converter/index.html}Doxia Converter Tool}} + to parse a given file/dir to another file/dir.