new PHPDoc

This commit is contained in:
Roland Gruber 2012-05-20 09:53:15 +00:00
parent f74242f269
commit 86746d4070
2 changed files with 2 additions and 2 deletions

View File

@ -850,7 +850,7 @@ class Net_SSH1 {
* 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
* "", 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
* 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.

View File

@ -2,5 +2,5 @@
rm -rf 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