forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zendframework#1171] update to new naming
- s/Docbook/DocBook/ for namespace resolution
- Loading branch information
1 parent
49b3641
commit fb66d9e
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* to [email protected] so we can send you a copy immediately. | ||
* | ||
* @category Zend | ||
* @package Zend_Docbook | ||
* @package Zend_DocBook | ||
* @subpackage Exception | ||
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) | ||
* @license http://framework.zend.com/license/new-bsd New BSD License | ||
|
@@ -37,8 +37,8 @@ | |
*/ | ||
|
||
use Zend\Console\Getopt, | ||
Zend\Docbook\ClassParser, | ||
Zend\Docbook\SkeletonGenerator, | ||
Zend\DocBook\ClassParser, | ||
Zend\DocBook\SkeletonGenerator, | ||
Zend\Code\Reflection\ClassReflection as ReflectionClass; | ||
|
||
$libPath = getenv('LIB_PATH') ? getenv('LIB_PATH') : __DIR__ . '/../library'; | ||
|