Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 26, 2012
1 parent 491d3dd commit 97b176b
Show file tree
Hide file tree
Showing 21 changed files with 77 additions and 22 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/boxes/box_actions.php
Expand Up @@ -26,7 +26,7 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");

/**
* Class to manage the box to show actions
* Class to manage the box to show last events
*/
class box_actions extends ModeleBoxes
{
Expand Down
4 changes: 3 additions & 1 deletion htdocs/core/boxes/box_bookmarks.php
Expand Up @@ -22,7 +22,9 @@
*/
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


/**
* Class to manage the box to show bookmarks
*/
class box_bookmarks extends ModeleBoxes {

var $boxcode="bookmarks";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_clients.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_clients extends ModeleBoxes {
/**
* Class to manage the box to show last thirdparties
*/
class box_clients extends ModeleBoxes {

var $boxcode="lastcustomers";
var $boximg="object_company";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_commandes.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_commandes extends ModeleBoxes {
/**
* Class to manage the box to show last orders
*/
class box_commandes extends ModeleBoxes {

var $boxcode="lastcustomerorders";
var $boximg="object_order";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_comptes.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/compta/bank/class/account.class.php");


class box_comptes extends ModeleBoxes {
/**
* Class to manage the box to show last users
*/
class box_comptes extends ModeleBoxes {

var $boxcode="currentaccounts";
var $boximg="object_bill";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_contacts.php
Expand Up @@ -27,7 +27,10 @@
include_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php");


class box_contacts extends ModeleBoxes {
/**
* Class to manage the box to show last contacts
*/
class box_contacts extends ModeleBoxes {

var $boxcode="lastcontacts";
var $boximg="object_contact";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_contracts.php
Expand Up @@ -24,7 +24,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_contracts extends ModeleBoxes {
/**
* Class to manage the box to show last contracts
*/
class box_contracts extends ModeleBoxes {

var $boxcode="lastcontracts";
var $boximg="object_contract";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_external_rss.php
Expand Up @@ -28,7 +28,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_external_rss extends ModeleBoxes {
/**
* Class to manage the box to show RSS feeds
*/
class box_external_rss extends ModeleBoxes {

var $boxcode="lastrssinfos";
var $boximg="object_rss";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_factures.php
Expand Up @@ -25,7 +25,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_factures extends ModeleBoxes {
/**
* Class to manage the box to show last invoices
*/
class box_factures extends ModeleBoxes {

var $boxcode="lastcustomerbills";
var $boximg="object_bill";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_factures_fourn.php
Expand Up @@ -25,7 +25,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_factures_fourn extends ModeleBoxes {
/**
* Class to manage the box to show last supplier invoices
*/
class box_factures_fourn extends ModeleBoxes {

var $boxcode="lastsupplierbills";
var $boximg="object_bill";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_factures_fourn_imp.php
Expand Up @@ -24,7 +24,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_factures_fourn_imp extends ModeleBoxes {
/**
* Class to manage the box to show not payed suppliers invoices
*/
class box_factures_fourn_imp extends ModeleBoxes {

var $boxcode="oldestunpaidsupplierbills";
var $boximg="object_bill";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_factures_imp.php
Expand Up @@ -27,7 +27,10 @@
require_once(DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php');


class box_factures_imp extends ModeleBoxes {
/**
* Class to manage the box to show last invoices
*/
class box_factures_imp extends ModeleBoxes {

var $boxcode="oldestunpaidcustomerbills";
var $boximg="object_bill";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_fournisseurs.php
Expand Up @@ -25,7 +25,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_fournisseurs extends ModeleBoxes {
/**
* Class to manage the box to show last suppliers
*/
class box_fournisseurs extends ModeleBoxes {

var $boxcode="lastsuppliers";
var $boximg="object_company";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_members.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_members extends ModeleBoxes {
/**
* Class to manage the box to show last members
*/
class box_members extends ModeleBoxes {

var $boxcode="lastmembers";
var $boximg="object_user";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_osc_client.php
Expand Up @@ -25,7 +25,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_osc_clients extends ModeleBoxes {
/**
* Class to manage the box to show last customers of shop
*/
class box_osc_clients extends ModeleBoxes {

var $boxcode="nbofcustomers";
var $boximg="object_company";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_produits.php
Expand Up @@ -27,7 +27,10 @@
include_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");


class box_produits extends ModeleBoxes {
/**
* Class to manage the box to show last products
*/
class box_produits extends ModeleBoxes {

var $boxcode="lastproducts";
var $boximg="object_product";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_propales.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_propales extends ModeleBoxes {
/**
* Class to manage the box to show last proposals
*/
class box_propales extends ModeleBoxes {

var $boxcode="lastpropals";
var $boximg="object_propal";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_prospect.php
Expand Up @@ -28,7 +28,10 @@
include_once(DOL_DOCUMENT_ROOT."/comm/prospect/class/prospect.class.php");


class box_prospect extends ModeleBoxes {
/**
* Class to manage the box to show last prospects
*/
class box_prospect extends ModeleBoxes {

var $boxcode="lastprospects";
var $boximg="object_company";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_services_expired.php
Expand Up @@ -24,7 +24,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_services_expired extends ModeleBoxes {
/**
* Class to manage the box to show expired services
*/
class box_services_expired extends ModeleBoxes {

var $boxcode="expiredservices";
var $boximg="object_contract";
Expand Down
5 changes: 4 additions & 1 deletion htdocs/core/boxes/box_services_vendus.php
Expand Up @@ -26,7 +26,10 @@
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");


class box_services_vendus extends ModeleBoxes {
/**
* Class to manage the box to show last services lines
*/
class box_services_vendus extends ModeleBoxes {

var $boxcode="lastproductsincontract";
var $boximg="object_product";
Expand Down
3 changes: 1 addition & 2 deletions htdocs/core/boxes/modules_boxes.php
Expand Up @@ -24,8 +24,7 @@


/**
* \class ModeleBoxes
* \brief Classe mere des boites
* Parent class of boxes
*/
class ModeleBoxes // Can't be abtract as it is instanciated to build "empty" boxes
{
Expand Down

0 comments on commit 97b176b

Please sign in to comment.