Author: jvanzyl
Date: Sun Nov 27 13:58:18 2005
New Revision: 349323

URL: http://svn.apache.org/viewcvs?rev=349323&view=rev
Log:
o adding todo

Modified:
    
maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/ParagraphBlockParser.java

Modified: 
maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/ParagraphBlockParser.java
URL: 
http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/ParagraphBlockParser.java?rev=349323&r1=349322&r2=349323&view=diff
==============================================================================
--- 
maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/ParagraphBlockParser.java
 (original)
+++ 
maven/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/module/confluence/parser/ParagraphBlockParser.java
 Sun Nov 27 13:58:18 2005
@@ -146,6 +146,15 @@
                 }
             }
         }
+        // TODO: instead of just flying along we should probably test new 
lines in the other parsers
+        // to make sure there aren't things that should be handled by other 
parsers. For example, right
+        // now:
+        // Blah blah blah blah
+        // # one
+        // # two
+        //
+        // Will not get processed correctly. This parser will try to deal with 
it when it should be handled
+        // by the list parser.
         while ( ( line = source.getNextLine() ) != null );
 
         if ( text.length() > 0 )


Reply via email to