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

Fix: Doxygen problems

parent a89a4ee8
No related branches found
No related tags found
No related merge requests found
Showing
with 64 additions and 15 deletions
...@@ -22,7 +22,7 @@ File added into doxygen generated documentation ...@@ -22,7 +22,7 @@ File added into doxygen generated documentation
<hr class="footer" /> <hr class="footer" />
<address class="footer"><small>Generated on $datetime <address class="footer"><small>Generated on $datetime
for <a href="http://www.dolibarr.org">$projectname</a> by Doxygen </a> $doxygenversion </small></address> for <a href="http://www.dolibarr.org">$projectname</a> by Doxygen $doxygenversion </small></address>
<!-- Google AdSense --> <!-- Google AdSense -->
...@@ -40,5 +40,6 @@ google_ad_height = 60; ...@@ -40,5 +40,6 @@ google_ad_height = 60;
<!-- End google adsense --> <!-- End google adsense -->
<br> <br>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
/** /**
* \file htdocs/admin/agenda.php * \file htdocs/admin/agenda_other.php
* \ingroup agenda * \ingroup agenda
* \brief Autocreate actions for agenda module setup page * \brief Autocreate actions for agenda module setup page
*/ */
......
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/deconnexion.php
* \ingroup cashdesk
* \brief Manage deconnexion for point of sale module
*/
//if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Uncomment creates pb to relogon after a disconnect //if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL','1'); // Uncomment creates pb to relogon after a disconnect
if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1'); if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU','1');
if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1'); if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML','1');
......
...@@ -17,8 +17,9 @@ ...@@ -17,8 +17,9 @@
*/ */
/** /**
* This page is called each time we press a key in the code * \file htdocs/cashdesk/facturation_dhtml.php
* search form to show product combo list. * \ingroup cashdesk
* \brief This page is called each time we press a key in the code search form to show product combo list.
*/ */
......
...@@ -16,6 +16,12 @@ ...@@ -16,6 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/facturation_verif.php
* \ingroup cashdesk
* \brief facturation_verif.php
*/
require '../main.inc.php'; require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php';
......
...@@ -20,6 +20,12 @@ ...@@ -20,6 +20,12 @@
* We set here login choices into session. * We set here login choices into session.
*/ */
/**
* \file htdocs/cashdesk/index_verif.php
* \ingroup cashdesk
* \brief index_verif.php
*/
include '../main.inc.php'; include '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Auth.class.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Auth.class.php';
......
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/validation.php
* \ingroup cashdesk
* \brief validation.php
*/
// Affichage des templates // Affichage des templates
require ('tpl/validation1.tpl.php'); require ('tpl/validation1.tpl.php');
......
<?php <?php
/* Copyright (C) 2007-2008 J�r�mie Ollivier <jeremie.o@laposte.net> /* Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/validation_ok.php
* \ingroup cashdesk
* \brief validation_ok.php
*/
// Affichage des templates // Affichage des templates
require ('tpl/validation2.tpl.php'); require ('tpl/validation2.tpl.php');
......
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/validation_ticket.php
* \ingroup cashdesk
* \brief validation_ticket.php
*/
require '../main.inc.php'; require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php';
......
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/**
* \file htdocs/cashdesk/validation_verif.php
* \ingroup cashdesk
* \brief validation_verif.php
*/
require '../main.inc.php'; require '../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/include/environnement.php';
require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php'; require_once DOL_DOCUMENT_ROOT.'/cashdesk/class/Facturation.class.php';
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
*/ */
/** /**
* \file htdocs/societe/admin/societe_extrafields.php * \file htdocs/comm/admin/propal_extrafields.php
* \ingroup societe * \ingroup propal
* \brief Page to setup extra fields of third party * \brief Page to setup extra fields of third party
*/ */
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/** /**
* \file htdocs/comm/propal/document.php * \file htdocs/comm/propal/document.php
* \ingroup propale * \ingroup propal
* \brief Management page of documents attached to a business proposal * \brief Management page of documents attached to a business proposal
*/ */
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
/** /**
* \file htdocs/comm/propal/info.php * \file htdocs/comm/propal/info.php
* \ingroup propale * \ingroup propal
* \brief Page d'affichage des infos d'une proposition commerciale * \brief Page d'affichage des infos d'une proposition commerciale
*/ */
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
*/ */
/** /**
* \file htdocs/comm/propal.php * \file htdocs/comm/propal/list.php
* \ingroup propale * \ingroup propal
* \brief Page of commercial proposals card and list * \brief Page of commercial proposals card and list
*/ */
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/** /**
* \file htdocs/comm/propal/note.php * \file htdocs/comm/propal/note.php
* \ingroup propale * \ingroup propal
* \brief Fiche d'information sur une proposition commerciale * \brief Fiche d'information sur une proposition commerciale
*/ */
......
...@@ -14,7 +14,12 @@ ...@@ -14,7 +14,12 @@
* *
* 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, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* */
/**
* \file htdocs/comm/propal/tpl/linkedobjectblock.tpl.php
* \ingroup propal
* \brief Template to show objects linked to proposals
*/ */
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment