From 8edd08f07472b6ede1f35a1c95bae2008bd70d85 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Jul 2008 23:06:41 +0000 Subject: [PATCH] Doxygen --- doc/dev/dolibarr-doxygen.conf | 9 +++++++-- htdocs/webcal/webcal.php | 4 +--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/dev/dolibarr-doxygen.conf b/doc/dev/dolibarr-doxygen.conf index 41fb54d2f02..4c4d79d20d3 100644 --- a/doc/dev/dolibarr-doxygen.conf +++ b/doc/dev/dolibarr-doxygen.conf @@ -443,6 +443,11 @@ SHOW_USED_FILES = YES SHOW_DIRECTORIES = YES +SHOW_FILES = YES + +SHOW_NAMESPACES = NO + + # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via @@ -614,14 +619,14 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = +EXAMPLE_PATH = dev/skeletons # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. -EXAMPLE_PATTERNS = +EXAMPLE_PATTERNS = *.php # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude diff --git a/htdocs/webcal/webcal.php b/htdocs/webcal/webcal.php index 7eb8aa489a9..344ee228752 100644 --- a/htdocs/webcal/webcal.php +++ b/htdocs/webcal/webcal.php @@ -14,15 +14,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ */ /** \file htdocs/webcal/webcal.php \ingroup webcalendar \brief Page générant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage du calendrier \author Laurent Destailleur - \version $Revision$ + \version $Id$ */ require("./pre.inc.php");