Doc: Doxygen
This commit is contained in:
parent
7be351034c
commit
4100b04d44
@ -15,19 +15,18 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \defgroup mymodule Module MyModule
|
/** \defgroup mymodule Module MyModule
|
||||||
\brief Example of a module descriptor.
|
\brief Example of a module descriptor.
|
||||||
Suche a file must be copied into htdocs/includes/module directory.
|
Such a file must be copied into htdocs/includes/module directory.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/includes/modules/modMyModule.class.php
|
\file htdocs/includes/modules/modMyModule.class.php
|
||||||
\ingroup mymodule
|
\ingroup mymodule
|
||||||
\brief Description and activation file for module MyModule
|
\brief Description and activation file for module MyModule
|
||||||
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
\file dev/skeletons/skeleton_class.class.php
|
\file dev/skeletons/skeleton_class.class.php
|
||||||
\ingroup mymodule1 mymodule2
|
\ingroup mymodule othermodule1 othermodule2
|
||||||
\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
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
\file dev/skeletons/skeleton_page.php
|
\file dev/skeletons/skeleton_page.php
|
||||||
\ingroup mymodule1 mymodule2
|
\ingroup mymodule othermodule1 othermodule2
|
||||||
\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 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
\file dev/skeletons/skeleton_script.php
|
\file dev/skeletons/skeleton_script.php
|
||||||
\ingroup mymodule1 mymodule2
|
\ingroup mymodule othermodule1 othermodule2
|
||||||
\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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user