diff options
author | Camil Staps | 2015-02-07 21:05:57 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-07 21:05:57 +0100 |
commit | cfc7e7f8713a3b5be5c09c311aa12b034afbf157 (patch) | |
tree | 7dbb52413cbce5fd83cd8bbd9c79cf5985b178d8 /Makefile | |
parent | Removing trailing slashes is no longer necessary (diff) |
Added some documentation; added Makefile for generating docs with phpdoc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a199621 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + phpdoc -d classes/ --ignore fpdf.php --ignore Parsedown.class.php --ignore font/* -t docs |