From da5c9dfad064e374e4696fd1417e6910b1df2052 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 30 Nov 2005 18:16:55 +0000 Subject: [PATCH] fixing up the docs for the preproc --- app/preproc/PdePreprocessor.java | 63 +++++++++++++++----------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/app/preproc/PdePreprocessor.java b/app/preproc/PdePreprocessor.java index d2d5f6500..dcb82ffb4 100644 --- a/app/preproc/PdePreprocessor.java +++ b/app/preproc/PdePreprocessor.java @@ -42,6 +42,36 @@ import com.oroinc.text.regex.*; /** * Class that orchestrates preprocessing p5 syntax into straight Java. *

+ * Current Preprocessor Subsitutions: + *

+ * Other preprocessor functionality + * + *

* The PDE Preprocessor is based on the Java Grammar that comes with * ANTLR 2.7.2. Moving it forward to a new version of the grammar * shouldn't be too difficult. @@ -97,39 +127,6 @@ import com.oroinc.text.regex.*; * itself. The ANTLR manual goes into a fair amount of detail about the * what each type of file is for. *

- * Current Preprocessor Subsitutions: - *

- * Other preprocessor functionality - * */ public class PdePreprocessor {