From 9538c5e4bf58b3f75fa7a901402015bb7b53607c Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Sat, 7 Jan 2012 18:22:05 -0400 Subject: [PATCH] Basic documentation setup --- .gitignore | 1 + Makefile | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8f8d46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +docs diff --git a/Makefile b/Makefile index 4cbd3dd..22efdfc 100644 --- a/Makefile +++ b/Makefile @@ -72,3 +72,6 @@ else zip -r StartupAPI_${v}.zip StartupAPI_${v} rm -rf StartupAPI_${v} endif + +documentation: + phpdoc -o HTML:frames:default -d . -t docs -i "*/oauth-php/*,*/modules/facebook/php-sdk/*,*/dbupgrade/*,*/admin/swfobject/*,*/docs/*"