From 6316a85424f318d4325454266695918421058554 Mon Sep 17 00:00:00 2001 From: Andy Verprauskus Date: Mon, 13 Jul 2009 11:29:55 -0700 Subject: [PATCH] [NEW] add simple README --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..b94bcedc --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +To build docs, do + > cd doc + > Doxygen Doxyfile + +To read docs, open html/index.html in a browser. First build them, as described above. + +To add support for a new language, you'll need to implement both a detector and a parser. Documentation at + +* doc/html/detector_doc.html +* doc/html/parser_doc.html