Author: carlos Date: Thu Apr 27 14:59:40 2006 New Revision: 397655 URL: http://svn.apache.org/viewcvs?rev=397655&view=rev Log: Minor reformat
Modified: maven/doxia/trunk/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/ConfluenceParser.java Modified: maven/doxia/trunk/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/ConfluenceParser.java URL: http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/ConfluenceParser.java?rev=397655&r1=397654&r2=397655&view=diff ============================================================================== --- maven/doxia/trunk/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/ConfluenceParser.java (original) +++ maven/doxia/trunk/doxia-modules/doxia-module-confluence/src/main/java/org/apache/maven/doxia/module/confluence/ConfluenceParser.java Thu Apr 27 14:59:40 2006 @@ -1,7 +1,7 @@ package org.apache.maven.doxia.module.confluence; /* - * Copyright 2004-2005 The Apache Software Foundation. + * Copyright 2004-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -64,10 +64,9 @@ }; } - //TODO: - // (empty line) Produces a new paragraph - // \\ Creates a line break. Not often needed, most of the time Confluence will guess new lines for you appropriately. - // better support for anchors + //TODO: (empty line) Produces a new paragraph + //TODO: \\ Creates a line break. Not often needed, most of the time Confluence will guess new lines for you appropriately. + //TODO: better support for anchors public List parse( ByLineSource source ) throws ParseException