From 9bb9558aab7dce1c99945b51c56ab9944af04040 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 12 May 2010 15:50:59 +0000 Subject: [PATCH] Fix: doxygen --- htdocs/adherents/class/adherent.class.php | 2 +- htdocs/adherents/class/adherent_type.class.php | 2 +- htdocs/adherents/class/cotisation.class.php | 2 +- htdocs/bookmarks/admin/bookmark.php | 2 +- htdocs/bookmarks/class/bookmark.class.php | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index c7b15aa7bcb..8fc520e6f11 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -22,7 +22,7 @@ */ /** - * \file htdocs/adherents/adherent.class.php + * \file htdocs/adherents/class/adherent.class.php * \ingroup member * \brief Fichier de la classe permettant la gestion d'un adherent * \version $Id$ diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index fa9eeac223f..05f47a98069 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -19,7 +19,7 @@ */ /** - * \file htdocs/adherents/adherent_type.class.php + * \file htdocs/adherents/class/adherent_type.class.php * \ingroup member * \brief Fichier de la classe gerant les types d'adherents * \author Rodolphe Quiedeville diff --git a/htdocs/adherents/class/cotisation.class.php b/htdocs/adherents/class/cotisation.class.php index 7372a64e498..6d52007542a 100644 --- a/htdocs/adherents/class/cotisation.class.php +++ b/htdocs/adherents/class/cotisation.class.php @@ -18,7 +18,7 @@ */ /** - * \file htdocs/adherents/cotisation.class.php + * \file htdocs/adherents/class/cotisation.class.php * \ingroup member * \brief File of class to manage subscriptions * \version $Id$ diff --git a/htdocs/bookmarks/admin/bookmark.php b/htdocs/bookmarks/admin/bookmark.php index 70e653b4860..192f9d4ef2e 100644 --- a/htdocs/bookmarks/admin/bookmark.php +++ b/htdocs/bookmarks/admin/bookmark.php @@ -17,7 +17,7 @@ * 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 * \brief Page to setup bookmark module * \version $Id$ diff --git a/htdocs/bookmarks/class/bookmark.class.php b/htdocs/bookmarks/class/bookmark.class.php index 5fb51e53ede..551f985015e 100644 --- a/htdocs/bookmarks/class/bookmark.class.php +++ b/htdocs/bookmarks/class/bookmark.class.php @@ -17,17 +17,17 @@ */ /** - \file htdocs/bookmarks/class/bookmark.class.php - \ingroup bookmark - \brief File the bookmark class - \version $Id$ -*/ + * \file htdocs/bookmarks/class/bookmark.class.php + * \ingroup bookmark + * \brief File the bookmark class + * \version $Id$ + */ /** - \class Bookmark - \brief Class for managing bookmarks -*/ + * \class Bookmark + * \brief Class for managing bookmarks + */ class Bookmark {