1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/html/javasrc/README.txt Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +The .java files in this directory were placed here by the Java-to-C++ 1.5 +translator that lives in parser/html/java/translator. Together they represent 1.6 +a snapshot of the Java code that was translated to produce the corresponding 1.7 +.h and .cpp files in the parent directory. Changing these .java files is not 1.8 +worthwhile, as they will just be overwritten by the next translation. See 1.9 +parser/html/java/README.txt for information about performing the translation.