Skip to content

Commit

Permalink
Basic documentation setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Jan 7, 2012
1 parent 902c24b commit 9538c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"

0 comments on commit 9538c5e

Please sign in to comment.