diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-04 16:33:37 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-09-04 16:33:37 +0200 |
commit | c6446f1126232935c85397aac493113dd38496cd (patch) | |
tree | 3fa62c90cad1e467802e3549f5e6a283b11669c1 /parser/html/javasrc/README.txt | |
parent | abc6b2f3aa14adac670da9132dc115f3b79f085d (diff) | |
download | UXP-c6446f1126232935c85397aac493113dd38496cd.tar UXP-c6446f1126232935c85397aac493113dd38496cd.tar.gz UXP-c6446f1126232935c85397aac493113dd38496cd.tar.lz UXP-c6446f1126232935c85397aac493113dd38496cd.tar.xz UXP-c6446f1126232935c85397aac493113dd38496cd.zip |
Remove HTML5 parser java docs and generation code.
java->C++ automated translation is not something we want to deal with
now or in the future.
Diffstat (limited to 'parser/html/javasrc/README.txt')
-rw-r--r-- | parser/html/javasrc/README.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/parser/html/javasrc/README.txt b/parser/html/javasrc/README.txt deleted file mode 100644 index 4555969ca..000000000 --- a/parser/html/javasrc/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -The .java files in this directory were placed here by the Java-to-C++ -translator that lives in parser/html/java/translator. Together they represent -a snapshot of the Java code that was translated to produce the corresponding -.h and .cpp files in the parent directory. Changing these .java files is not -worthwhile, as they will just be overwritten by the next translation. See -parser/html/java/README.txt for information about performing the translation. |