Fix: doxygen
This commit is contained in:
parent
a9bbf9dac3
commit
9bb9558aab
@ -22,7 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/adherents/adherent.class.php
|
* \file htdocs/adherents/class/adherent.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief Fichier de la classe permettant la gestion d'un adherent
|
* \brief Fichier de la classe permettant la gestion d'un adherent
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/adherents/adherent_type.class.php
|
* \file htdocs/adherents/class/adherent_type.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief Fichier de la classe gerant les types d'adherents
|
* \brief Fichier de la classe gerant les types d'adherents
|
||||||
* \author Rodolphe Quiedeville
|
* \author Rodolphe Quiedeville
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/adherents/cotisation.class.php
|
* \file htdocs/adherents/class/cotisation.class.php
|
||||||
* \ingroup member
|
* \ingroup member
|
||||||
* \brief File of class to manage subscriptions
|
* \brief File of class to manage subscriptions
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/admin/bookmark.php
|
/** \file htdocs/bookmarks/admin/bookmark.php
|
||||||
* \ingroup bookmark
|
* \ingroup bookmark
|
||||||
* \brief Page to setup bookmark module
|
* \brief Page to setup bookmark module
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@ -17,17 +17,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\file htdocs/bookmarks/class/bookmark.class.php
|
* \file htdocs/bookmarks/class/bookmark.class.php
|
||||||
\ingroup bookmark
|
* \ingroup bookmark
|
||||||
\brief File the bookmark class
|
* \brief File the bookmark class
|
||||||
\version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\class Bookmark
|
* \class Bookmark
|
||||||
\brief Class for managing bookmarks
|
* \brief Class for managing bookmarks
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Bookmark
|
class Bookmark
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user