summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/makedoc.sh2
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"