diff options
author | tailor <cygnus@janrain.com> | 2006-02-23 00:16:33 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-23 00:16:33 +0000 |
commit | 53524fad4b3000b5dc028e4a8136477e10283869 (patch) | |
tree | 5b50d1554bea6b71b557f5af24f38a8f382e0d68 /admin | |
parent | cdcfd408454633e57cb61d970c3be4bb4e611820 (diff) | |
download | php-openid-53524fad4b3000b5dc028e4a8136477e10283869.zip php-openid-53524fad4b3000b5dc028e4a8136477e10283869.tar.gz php-openid-53524fad4b3000b5dc028e4a8136477e10283869.tar.bz2 |
[project @ Fixed phpdoc exclusions in documentation 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 37cd0b1..e13c36e 100644 --- a/admin/makedoc.sh +++ b/admin/makedoc.sh @@ -1,5 +1,5 @@ #!/bin/sh set -v phpdoc -p -t doc -d Auth -ti "JanRain OpenID Library" \ - --ignore \*~ \ + --ignore \*~,BigMath.php,CryptUtil.php,DiffieHellman.php,HMACSHA1.php,KVForm.php,Parse.php,TrustRoot.php \ -dn "OpenID" -o "HTML:frames:phphtmllib" |