diff options
author | Josh Hoyt <josh@janrain.com> | 2006-01-27 22:58:04 +0000 |
---|---|---|
committer | Josh Hoyt <josh@janrain.com> | 2006-01-27 22:58:04 +0000 |
commit | 463fdf18868b89c3689afaaeafdac887d3ca40a9 (patch) | |
tree | 075a7a66c2e30aee5fa2de9df4f901a95dd19ae4 /admin | |
parent | da928b9f00ae8412db30f1f5029d95cafcab49c8 (diff) | |
download | php-openid-463fdf18868b89c3689afaaeafdac887d3ca40a9.zip php-openid-463fdf18868b89c3689afaaeafdac887d3ca40a9.tar.gz php-openid-463fdf18868b89c3689afaaeafdac887d3ca40a9.tar.bz2 |
[project @ Documentation]
Diffstat (limited to 'admin')
-rw-r--r-- | admin/makedoc.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/makedoc.sh b/admin/makedoc.sh index 12ed749..37cd0b1 100644 --- a/admin/makedoc.sh +++ b/admin/makedoc.sh @@ -1,2 +1,5 @@ #!/bin/sh -phpdoc -p -t doc -d Auth -ti "JanRain OpenID Library" -dn "OpenID" -o "HTML:frames:phphtmllib" +set -v +phpdoc -p -t doc -d Auth -ti "JanRain OpenID Library" \ + --ignore \*~ \ + -dn "OpenID" -o "HTML:frames:phphtmllib" |