From d062dbe18cbb2609cd2cc67ae843cf33bb4971cf Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 23 Apr 2010 14:25:28 +0000 Subject: Add class docuumentation blocks and make phpdoc work again --- bin/makedoc.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'bin') 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`/.." -- cgit v1.2.3