diff options
author | tailor <cygnus@cprogrammer.org> | 2007-11-14 19:50:49 +0000 |
---|---|---|
committer | tailor <cygnus@cprogrammer.org> | 2007-11-14 19:50:49 +0000 |
commit | 1adcb5df45b4ba11ba3f374f7273cc7de44b21c2 (patch) | |
tree | 5b358edd9c46c9a0f79cbe1e0abcf992e63d7609 | |
parent | 18999ec998b5d1903d11343a366141db39d3b9aa (diff) | |
download | php-openid-1adcb5df45b4ba11ba3f374f7273cc7de44b21c2.zip php-openid-1adcb5df45b4ba11ba3f374f7273cc7de44b21c2.tar.gz php-openid-1adcb5df45b4ba11ba3f374f7273cc7de44b21c2.tar.bz2 |
[project @ Correct documentation generation script]
-rw-r--r-- | admin/makedoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/makedoc.sh b/admin/makedoc.sh index b8411e3..f07f6c6 100644 --- a/admin/makedoc.sh +++ b/admin/makedoc.sh @@ -1,5 +1,5 @@ #!/bin/sh set -v -phpdoc -p on -t doc -d Auth,admin/tutorials,Services -ti "JanRain OpenID Library" \ +phpdoc -p on -t doc -d Auth,admin/tutorials -ti "JanRain OpenID Library" \ --ignore \*~,BigMath.php,Discover.php,CryptUtil.php,DiffieHellman.php,HMACSHA1.php,KVForm.php,Parse.php,TrustRoot.php,HTTPFetcher.php,ParanoidHTTPFetcher.php,PlainHTTPFetcher.php,ParseHTML.php,URINorm.php,XRI.php,XRIRes.php,Misc.php \ -dn "OpenID" -o "HTML:frames:phphtmllib" |