Skip to content

Commit

Permalink
Switched package name to "Userguide"
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Oct 27, 2009
1 parent 15b189a commit fd887e2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion classes/controller/userguide.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Kohana user guide and api browser.
*
* @package Kodoc
* @package Userguide
* @author Kohana Team
*/
class Controller_Userguide extends Controller_Template {
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/kodoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Class documentation generator.
*
* @package Kodoc
* @package Userguide
* @author Kohana Team
* @copyright (c) 2008-2009 Kohana Team
* @license http://kohanaphp.com/license
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/kodoc/markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Custom Markdown parser for Kohana documentation.
*
* @package Kodoc
* @package Userguide
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/kodoc/method.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Class method documentation generator.
*
* @package Kodoc
* @package Userguide
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license
Expand Down
2 changes: 1 addition & 1 deletion classes/kohana/kodoc/property.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Class property documentation generator.
*
* @package Kodoc
* @package Userguide
* @author Kohana Team
* @copyright (c) 2009 Kohana Team
* @license http://kohanaphp.com/license
Expand Down

0 comments on commit fd887e2

Please sign in to comment.