diff options
author | thomascube <thomas@roundcube.net> | 2010-04-23 14:25:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-04-23 14:25:28 +0000 |
commit | d062dbe18cbb2609cd2cc67ae843cf33bb4971cf (patch) | |
tree | a6d5599167927c659dab831b65b853a815f4d280 /bin | |
parent | d824acaf11b9cc0d196488ef3c9bc03bee41f948 (diff) |
Add class docuumentation blocks and make phpdoc work again
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/makedoc.sh | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/bin/makedoc.sh b/bin/makedoc.sh index 26757c0a7..40c75bf47 100755 --- a/bin/makedoc.sh +++ b/bin/makedoc.sh @@ -1,15 +1,6 @@ -#!/usr/bin/env bash +#!/bin/sh -if [ -z "$SSH_TTY" ] -then - if [ -z "$DEV_TTY" ] - then - echo "Not on the shell." - exit 1 - fi -fi - -TITLE="RoundCube Classes" +TITLE="Roundcube Classes" PACKAGES="Core" INSTALL_PATH="`dirname $0`/.." |