diff options
Diffstat (limited to 'admin/makedoc.sh')
-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 a13f094..0cdc577 100644 --- a/admin/makedoc.sh +++ b/admin/makedoc.sh @@ -1,5 +1,5 @@ #!/bin/sh set -v -phpdoc -p -t doc -d Auth,tutorials -ti "JanRain OpenID Library" \ +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 \ -dn "OpenID" -o "HTML:frames:phphtmllib" |