Skip to content
Snippets Groups Projects
Commit 7be35103 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doc: Doxygen

parent df0f5a9e
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -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 @@ ...@@ -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;
......
...@@ -19,7 +19,7 @@ ...@@ -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
......
...@@ -19,7 +19,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment