Changes done for PhpDoc

This commit is contained in:
abraar
2011-01-31 14:14:55 +00:00
parent 0d4815d9c7
commit 50658fbe11
132 changed files with 545 additions and 207 deletions

View File

@@ -1,9 +1,10 @@
<?php
/**
* AppDocument.php
* @package workflow.engine.classes.model
*
* ProcessMaker Open Source Edition
* Copyright (C) 2004 - 2008 Colosa Inc.23
* Copyright (C) 2004 - 2011 Colosa Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -36,7 +37,7 @@ require_once 'classes/model/InputDocument.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package workflow.classes.model
* @package workflow.engine.classes.model
*/
class AppDocument extends BaseAppDocument {