Commit ad65c6e2 authored by dimitri's avatar dimitri
Browse files

Release-1.4.3-20050530

parent 44904635
Loading
Loading
Loading
Loading
+13 −2
Original line number Original line Diff line number Diff line
# Doxyfile 1.3.7
# Doxyfile 1.4.3


#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Project related configuration options
# Project related configuration options
@@ -23,6 +23,7 @@ MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP         = NO
DETAILS_AT_TOP         = NO
INHERIT_DOCS           = YES
INHERIT_DOCS           = YES
DISTRIBUTE_GROUP_DOC   = NO
DISTRIBUTE_GROUP_DOC   = NO
SEPARATE_MEMBER_PAGES  = NO
TAB_SIZE               = 8
TAB_SIZE               = 8
ALIASES                = 
ALIASES                = 
OPTIMIZE_OUTPUT_FOR_C  = NO
OPTIMIZE_OUTPUT_FOR_C  = NO
@@ -55,6 +56,8 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS       = 
ENABLED_SECTIONS       = 
MAX_INITIALIZER_LINES  = 30
MAX_INITIALIZER_LINES  = 30
SHOW_USED_FILES        = YES
SHOW_USED_FILES        = YES
SHOW_DIRECTORIES       = YES
FILE_VERSION_FILTER    = 
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
@@ -62,6 +65,7 @@ QUIET = NO
WARNINGS               = YES
WARNINGS               = YES
WARN_IF_UNDOCUMENTED   = YES
WARN_IF_UNDOCUMENTED   = YES
WARN_IF_DOC_ERROR      = YES
WARN_IF_DOC_ERROR      = YES
WARN_NO_PARAMDOC       = NO
WARN_FORMAT            = "$file:$line: $text"
WARN_FORMAT            = "$file:$line: $text"
WARN_LOGFILE           = 
WARN_LOGFILE           = 
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
@@ -87,7 +91,8 @@ EXCLUDE = src/code.cpp \
                         src/suffixtree.h \
                         src/suffixtree.h \
                         src/searchindex.cpp \
                         src/searchindex.cpp \
                         src/searchindex.h \
                         src/searchindex.h \
                         src/commentcnv.cpp
                         src/commentcnv.cpp \
                         src/commentscan.cpp
EXCLUDE_SYMLINKS       = NO
EXCLUDE_SYMLINKS       = NO
EXCLUDE_PATTERNS       = 
EXCLUDE_PATTERNS       = 
EXAMPLE_PATH           = 
EXAMPLE_PATH           = 
@@ -95,6 +100,7 @@ EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE      = NO
EXAMPLE_RECURSIVE      = NO
IMAGE_PATH             = 
IMAGE_PATH             = 
INPUT_FILTER           = 
INPUT_FILTER           = 
FILTER_PATTERNS        = 
FILTER_SOURCE_FILES    = NO
FILTER_SOURCE_FILES    = NO
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to source browsing
# configuration options related to source browsing
@@ -104,6 +110,7 @@ INLINE_SOURCES = NO
STRIP_CODE_COMMENTS    = YES
STRIP_CODE_COMMENTS    = YES
REFERENCED_BY_RELATION = YES
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION    = YES
REFERENCES_RELATION    = YES
USE_HTAGS              = NO
VERBATIM_HEADERS       = YES
VERBATIM_HEADERS       = YES
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
# configuration options related to the alphabetical class index
@@ -209,18 +216,22 @@ HIDE_UNDOC_RELATIONS = YES
HAVE_DOT               = YES
HAVE_DOT               = YES
CLASS_GRAPH            = YES
CLASS_GRAPH            = YES
COLLABORATION_GRAPH    = YES
COLLABORATION_GRAPH    = YES
GROUP_GRAPHS           = YES
UML_LOOK               = NO
UML_LOOK               = NO
TEMPLATE_RELATIONS     = YES
TEMPLATE_RELATIONS     = YES
INCLUDE_GRAPH          = YES
INCLUDE_GRAPH          = YES
INCLUDED_BY_GRAPH      = NO
INCLUDED_BY_GRAPH      = NO
CALL_GRAPH             = NO
CALL_GRAPH             = NO
GRAPHICAL_HIERARCHY    = YES
GRAPHICAL_HIERARCHY    = YES
DIRECTORY_GRAPH        = YES
DOT_IMAGE_FORMAT       = png
DOT_IMAGE_FORMAT       = png
DOT_PATH               = 
DOT_PATH               = 
DOTFILE_DIRS           = 
DOTFILE_DIRS           = 
MAX_DOT_GRAPH_WIDTH    = 1024
MAX_DOT_GRAPH_WIDTH    = 1024
MAX_DOT_GRAPH_HEIGHT   = 1024
MAX_DOT_GRAPH_HEIGHT   = 1024
MAX_DOT_GRAPH_DEPTH    = 0
MAX_DOT_GRAPH_DEPTH    = 0
DOT_TRANSPARENT        = NO
DOT_MULTI_TARGETS      = NO
GENERATE_LEGEND        = YES
GENERATE_LEGEND        = YES
DOT_CLEANUP            = YES
DOT_CLEANUP            = YES
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.3
DOXYGEN Version 1.4.3-20050530


Please read the installation section of the manual 
Please read the installation section of the manual 
(http://www.doxygen.org/install.html) for instructions.
(http://www.doxygen.org/install.html) for instructions.


--------
--------
Dimitri van Heesch (16 May 2005)
Dimitri van Heesch (30 May 2005)
+3 −3
Original line number Original line Diff line number Diff line
@@ -53,9 +53,9 @@ install: doxywizard_install
	$(INSTTOOL) -m 755 bin/doxygen    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxygen    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxytag    $(INSTALL)/bin
	$(INSTTOOL) -m 755 bin/doxytag    $(INSTALL)/bin
	$(INSTTOOL) -d $(INSTALL)/$(MAN1DIR)
	$(INSTTOOL) -d $(INSTALL)/$(MAN1DIR)
	cat doc/doxygen.1    | sed -e "s/DATE/\$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxygen.1 ; \
	cat doc/doxygen.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxygen.1 ; \
	cat doc/doxytag.1    | sed -e "s/DATE/\$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxytag.1 ; \
	cat doc/doxytag.1    | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxytag.1 ; \
	cat doc/doxywizard.1 | sed -e "s/DATE/\$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxywizard.1 ;
	cat doc/doxywizard.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > $(INSTALL)/$(MAN1DIR)/doxywizard.1 ;


install_docs: 
install_docs: 
	$(INSTTOOL) -d $(DOCDIR)
	$(INSTTOOL) -d $(DOCDIR)
+2 −2
Original line number Original line Diff line number Diff line
DOXYGEN Version 1.4.3
DOXYGEN Version 1.4.3_20050530


Please read INSTALL for compilation instructions.
Please read INSTALL for compilation instructions.


@@ -17,4 +17,4 @@ to subscribe to the lists or to visit the archives.


Enjoy,
Enjoy,


Dimitri van Heesch (dimitri@stack.nl) (16 May 2005)
Dimitri van Heesch (dimitri@stack.nl) (30 May 2005)
+1 −1
Original line number Original line Diff line number Diff line
1.4.3
1.4.3-20050530
Loading