Doc: Doxygen

This commit is contained in:
Laurent Destailleur 2008-01-27 15:18:21 +00:00
parent df0f5a9e20
commit 7be351034c
3 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@
/** /**
\file dev/skeletons/skeleton_class.class.php \file dev/skeletons/skeleton_class.class.php
\ingroup unknown \ingroup mymodule1 mymodule2
\brief This file is an example for a class file \brief This file is an example for a class file
\version $Id$ \version $Id$
\author Put author name here \author Put author name here
@ -39,11 +39,11 @@
*/ */
class Skeleton_class // extends CommonObject class Skeleton_class // extends CommonObject
{ {
var $db; // To store db handler var $db; //!< To store db handler
var $error; // To return error code (or message) var $error; //!< To return error code (or message)
var $errors=array(); // To return several error codes (or messages) var $errors=array(); //!< To return several error codes (or messages)
//var $element='skeleton'; // Id that identify managed objects //var $element='skeleton'; //!< Id that identify managed objects
//var $table_element='skeleton'; // Name of table without prefix where object is stored //var $table_element='skeleton'; //!< Name of table without prefix where object is stored
var $id; var $id;
var $prop1; var $prop1;

View File

@ -19,7 +19,7 @@
/** /**
\file dev/skeletons/skeleton_page.php \file dev/skeletons/skeleton_page.php
\ingroup unknown \ingroup mymodule1 mymodule2
\brief This file is an example of a php page \brief This file is an example of a php page
\version $Id$ \version $Id$
\author Put author name here \author Put author name here

View File

@ -19,7 +19,7 @@
/** /**
\file dev/skeletons/skeleton_script.php \file dev/skeletons/skeleton_script.php
\ingroup unknown \ingroup mymodule1 mymodule2
\brief This file is an example for a command line script \brief This file is an example for a command line script
\version $Id$ \version $Id$
\author Put author name here \author Put author name here