From 2a64f0be841aa5a75651ac5422fd127d9cccde94 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Thu, 29 Dec 2016 21:37:46 +0100 Subject: [PATCH] clean up apigen errors (closes: #85) --- Makefile | 2 +- inc/caldav-client-v2.php | 2 +- inc/caldav-client.php | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 66a6fd02..0a6fac56 100755 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ nodocs: htdocs/always.php built-locale all: htdocs/always.php built-docs built-locale built-docs: docs/phpdoc.ini htdocs/*.php inc/*.php docs/translation.rst - apigen generate --quiet --title=DAViCal --todo --tree --deprecated -s inc -s htdocs -d docs/api || phpdoc -c docs/phpdoc.ini || echo "NOTICE: Failed to build API docs" + apigen generate --quiet --title=DAViCal --todo --tree --deprecated -s inc -s htdocs --exclude caldav-client.php -d docs/api || phpdoc -c docs/phpdoc.ini || echo "NOTICE: Failed to build API docs" rst2pdf docs/translation.rst || echo "NOTICE: Failed to build ReST docs" touch $@ diff --git a/inc/caldav-client-v2.php b/inc/caldav-client-v2.php index d7dfaa48..d280eb09 100644 --- a/inc/caldav-client-v2.php +++ b/inc/caldav-client-v2.php @@ -4,7 +4,7 @@ * * @package awl * -* @subpackage caldav +* @subpackage caldav-client-v2 * @author Andrew McMillan * @copyright Andrew McMillan * @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU LGPL version 3 or later diff --git a/inc/caldav-client.php b/inc/caldav-client.php index 71585f8c..4c1bf67f 100644 --- a/inc/caldav-client.php +++ b/inc/caldav-client.php @@ -1,12 +1,13 @@ * @copyright Andrew McMillan * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 @@ -15,8 +16,6 @@ /** * A class for accessing DAViCal via CalDAV, as a client -* -* @package awl */ class CalDAVClient { /**