Doc: Doxygen

This commit is contained in:
Laurent Destailleur 2008-01-27 15:18:21 +00:00
parent 7be351034c
commit 4100b04d44
4 changed files with 5 additions and 6 deletions

View File

@ -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");

View File

@ -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

View File

@ -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

View File

@ -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