forked from Wavyzz/dolibarr
Doc: Doxygen
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user