[phpwebapp-commits] CVS: web_app/boxes/docbook docbook.php,1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-02 15:18:04
|
Update of /cvsroot/phpwebapp/web_app/boxes/docbook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25443/boxes/docbook Modified Files: docbook.php Log Message: automatic code documentation generation Index: docbook.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/docbook/docbook.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** docbook.php 26 Oct 2005 14:31:07 -0000 1.1 --- docbook.php 2 Nov 2005 15:17:54 -0000 1.2 *************** *** 24,27 **** --- 24,39 ---- define('WEBNOTES_ENABLE', 'true'); + /** + * The 'docbook' webbox is used just to display the cache (HTML) files + * of a DocBookWiki application. It is useful for including a docbook + * document in an application. + * + * If the constant WEBNOTES_ENABLE is defined as 'true', then webnotes + * will be appended at the end of each section. This constant is set at the + * begining of 'docbook.php'. + * + * @package components + * @subpackage docbook + */ class docbook extends WebObject { |