diff options
author | tailor <cygnus@janrain.com> | 2006-05-09 22:54:18 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-05-09 22:54:18 +0000 |
commit | ac98041bd763b3c2cfe8e88f6752c8fd0b88407c (patch) | |
tree | 60387ac50d7cd2fade1c3030fad9c408a9734f58 /admin | |
parent | 23d9e40f7f9a1813ba6ff8340db3641cb3c8e6d7 (diff) | |
download | php-openid-ac98041bd763b3c2cfe8e88f6752c8fd0b88407c.zip php-openid-ac98041bd763b3c2cfe8e88f6752c8fd0b88407c.tar.gz php-openid-ac98041bd763b3c2cfe8e88f6752c8fd0b88407c.tar.bz2 |
[project @ Removed discovery code from doc generation]
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 0cdc577..d6fe8ad 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 -ti "JanRain OpenID Library" \ - --ignore \*~,BigMath.php,CryptUtil.php,DiffieHellman.php,HMACSHA1.php,KVForm.php,Parse.php,TrustRoot.php \ + --ignore \*~,BigMath.php,Discover.php,CryptUtil.php,DiffieHellman.php,HMACSHA1.php,KVForm.php,Parse.php,TrustRoot.php \ -dn "OpenID" -o "HTML:frames:phphtmllib" |