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

Doc: Doxygen

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