From 47c1262e22c31bdac0e2d61eb152d1f0fc2964c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Sep 2004 15:57:06 +0000 Subject: [PATCH] Doc: Doc doxygen --- htdocs/compta/fiche.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 5af44c111d9..6e9c6de87c3 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/compta/fiche.php + \ingroup compta + \brief Page de fiche compta + \version $Revision$ +*/ + require("./pre.inc.php"); require("../contact.class.php"); require("../lib/webcal.class.php");