From 78a616c7cf0726383fe424b1c099b09a777e5e09 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 25 Jan 2015 21:48:05 -0500 Subject: [PATCH] initial commit --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..6e45934 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +

DocAST Documentation

parseFile(filename, options)

Parse documentation information from the provided filename argument
+
Params
Returns

parseContents(contents, options)

Parse documentation information from the provided string content
+
+This function is also available under `docast.parse(contents, options)`
+
Params
Returns