diff options
author | tailor <cygnus@janrain.com> | 2006-08-18 21:42:41 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-08-18 21:42:41 +0000 |
commit | 0dd06c64b8d77d8635070fa43eb2c47fe629236e (patch) | |
tree | 61a6ec9def77400129fd918ef4b3daac59b6bab8 /admin | |
parent | d2e1df920f9e05757d972c9f90a437353a41d7b3 (diff) | |
download | php-openid-0dd06c64b8d77d8635070fa43eb2c47fe629236e.zip php-openid-0dd06c64b8d77d8635070fa43eb2c47fe629236e.tar.gz php-openid-0dd06c64b8d77d8635070fa43eb2c47fe629236e.tar.bz2 |
[project @ Updated doc generation script]
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 7c0e77d..bc78e5e 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" \ - --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 \ + --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" |