diff --git a/Makefile b/Makefile
index 28e181f4..375c3612 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ help:
@echo "test - runs JavaScript unit tests"
@echo "example - creates a simple example"
@echo "ext-chr-gmail - creates the Google Chrome / Google Mail extension"
+ @echo "documentation - generates documentation. Requires jsdoc (3.2) in PATH"
update: update-me update-deps
@@ -35,3 +36,6 @@ minify:
test:
@echo to be implemented
+
+documentation:
+ @jsdoc src -r -d doc
diff --git a/doc/JXG.Util.html b/doc/JXG.Util.html
index 1d882d58..19ab8810 100644
--- a/doc/JXG.Util.html
+++ b/doc/JXG.Util.html
@@ -4,12 +4,12 @@
JSDoc: Class: Util
-
-
+
+
-
+
@@ -35,7 +35,9 @@ Class for gunzipping, unzipping and base64 decoding of files.
It is used for reading GEONExT, Geogebra and Intergeo files.
Only Huffman codes are decoded in gunzip.
-The code is based on the source code for gunzip.c by Pasi Ojala
+The code is based on the source code for gunzip.c by Pasi Ojala
+http://www.cs.tut.fi/~albert/Dev/gunzip/gunzip.c
+http://www.cs.tut.fi/~albert
@@ -46,13 +48,15 @@ The code is based on the source code for gunzip.c by Pasi Ojala
-
new Util
+
new Util()
+
+
@@ -62,43 +66,42 @@ The code is based on the source code for gunzip.c by Pasi Ojala