gnu-social/vendor/openid/php-openid/admin/makedoc.sh
Diogo Cordeiro 2a06261f75 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
2019-08-03 17:47:24 +01:00

6 lines
376 B
Bash
Executable File

#!/bin/sh
set -v
phpdoc -p on -t doc -d Auth,admin/tutorials -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"