new PHPDoc
This commit is contained in:
parent
f74242f269
commit
86746d4070
|
@ -850,7 +850,7 @@ class Net_SSH1 {
|
||||||
* Returns the output of an interactive shell when no more output is available.
|
* Returns the output of an interactive shell when no more output is available.
|
||||||
*
|
*
|
||||||
* Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see stuff like
|
* Requires PHP 4.3.0 or later due to the use of the stream_select() function. If you see stuff like
|
||||||
* "[00m", you're seeing ANSI escape codes. According to
|
* "00m", you're seeing ANSI escape codes. According to
|
||||||
* {@link http://support.microsoft.com/kb/101875 How to Enable ANSI.SYS in a Command Window}, "Windows NT
|
* {@link http://support.microsoft.com/kb/101875 How to Enable ANSI.SYS in a Command Window}, "Windows NT
|
||||||
* does not support ANSI escape sequences in Win32 Console applications", so if you're a Windows user,
|
* does not support ANSI escape sequences in Win32 Console applications", so if you're a Windows user,
|
||||||
* there's not going to be much recourse.
|
* there's not going to be much recourse.
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
rm -rf docs/devel/phpdoc
|
rm -rf docs/devel/phpdoc
|
||||||
mkdir docs/devel/phpdoc
|
mkdir docs/devel/phpdoc
|
||||||
phpdoc -ue on --output "HTML:Smarty:PHP" -d ./ -t docs/devel/phpdoc -ti "LDAP Account Manager - Documentation" -dc "LDAP Account Manager" -dn main
|
phpdoc -d ./ -t docs/devel/phpdoc --title "LDAP Account Manager - Documentation" --defaultpackagename main -e php,inc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue