Date: Friday, December 2, 2005 @ 16:23:14
Author: gilles
Path: /cvsroot/carob/carob/doxygen
Modified: Doxyfile (1.1 -> 1.2)
Removed all filename patterns but .hpp (we now only generate doc based on
headers,
because all the javadoc is here...)
Added contrib/ in exclude path (no need to document contribs)
Removed local classes and functions doc (we use it internally, no need for doc)
----------+
Doxyfile | 70 +++++--------------------------------------------------------
1 files changed, 6 insertions(+), 64 deletions(-)
Index: carob/doxygen/Doxyfile
diff -u carob/doxygen/Doxyfile:1.1 carob/doxygen/Doxyfile:1.2
--- carob/doxygen/Doxyfile:1.1 Mon Nov 14 16:36:22 2005
+++ carob/doxygen/Doxyfile Fri Dec 2 16:23:14 2005
@@ -1,25 +1,4 @@
-#
-# Sequoia: Database clustering technology.
-# Copyright (C) 2005 Emic Networks
-# Contact: [EMAIL PROTECTED]
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# Initial developer(s): Gilles Rayrat
-# Contributor(s):
-#
-
-# Doxyfile 1.4.2
+# Doxyfile 1.4.4
#---------------------------------------------------------------------------
# Project related configuration options
@@ -65,8 +44,8 @@
#---------------------------------------------------------------------------
EXTRACT_ALL = NO
EXTRACT_PRIVATE = NO
-EXTRACT_STATIC = NO
-EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_STATIC = YES
+EXTRACT_LOCAL_CLASSES = NO
EXTRACT_LOCAL_METHODS = NO
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
@@ -103,47 +82,9 @@
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = .
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.d \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.C \
- *.CC \
- *.C++ \
- *.II \
- *.I++ \
- *.H \
- *.HH \
- *.H++ \
- *.CS \
- *.PHP \
- *.PHP3 \
- *.M \
- *.MM
+FILE_PATTERNS = *.hpp
RECURSIVE = YES
-EXCLUDE =
+EXCLUDE = contrib/
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
@@ -161,6 +102,7 @@
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
+USE_HTAGS = NO
VERBATIM_HEADERS = NO
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits