2
0
forked from Wavyzz/dolibarr

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
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
/** \defgroup mymodule Module MyModule
\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
\ingroup mymodule
\brief Description and activation file for module MyModule
\version $Id$
*/
include_once(DOL_DOCUMENT_ROOT ."/includes/modules/DolibarrModules.class.php");