summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/makedoc.sh2
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"