diff options
author | tailor <cygnus@janrain.com> | 2006-10-30 19:55:33 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-10-30 19:55:33 +0000 |
commit | 2f4aac1c7984bbe1dff50858c90b87e2318e87c9 (patch) | |
tree | 2c8a54fb79f84703c01a35d98619dd6cf13aa425 /admin | |
parent | e873641ddb00a2ee49ba7ef8f8c9c3c959704397 (diff) | |
download | php-openid-2f4aac1c7984bbe1dff50858c90b87e2318e87c9.zip php-openid-2f4aac1c7984bbe1dff50858c90b87e2318e87c9.tar.gz php-openid-2f4aac1c7984bbe1dff50858c90b87e2318e87c9.tar.bz2 |
[project @ Fix makedoc.sh for broken phpdoc]
Diffstat (limited to 'admin')
-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 bc78e5e..b8411e3 100644 --- a/admin/makedoc.sh +++ b/admin/makedoc.sh @@ -1,5 +1,5 @@ #!/bin/sh set -v -phpdoc -p -t doc -d Auth,admin/tutorials,Services -ti "JanRain OpenID Library" \ +phpdoc -p on -t doc -d Auth,admin/tutorials,Services -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" |