0aa06b18fc
2004-11-23 Benjamin Kosnik <bkoz@redhat.com> * docs/doxygen/doxygroups.cc: Add std::tr1 namespace. * docs/doxygen/run_doxygen: Renames for std::tr1. * docs/doxygen/user.cfg.in: Add cxxabi.h. * include/bits/*.tcc: Add file markup. * include/bits/allocator.h: Add link to allocator.html. * include/bits/atomicity.h: Add file markup. * include/bits/concurrence.h: Same. * include/bits/functexcept.h: Same. * include/ext*: Adjust file markup, remove GCC3 bits. * include/std/*: Adjust file markup, remove bits about renamed files. * libsupc++/cxxabi.h: Add file markup. * testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust line numbers. From-SVN: r91135
279 lines
11 KiB
INI
279 lines
11 KiB
INI
# Doxyfile 1.3.9.1
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Project related configuration options
|
|
#---------------------------------------------------------------------------
|
|
PROJECT_NAME = "libstdc++ source"
|
|
PROJECT_NUMBER =
|
|
OUTPUT_DIRECTORY = @outdir@
|
|
CREATE_SUBDIRS = NO
|
|
OUTPUT_LANGUAGE = English
|
|
USE_WINDOWS_ENCODING = NO
|
|
BRIEF_MEMBER_DESC = NO
|
|
REPEAT_BRIEF = NO
|
|
ABBREVIATE_BRIEF =
|
|
ALWAYS_DETAILED_SEC = YES
|
|
INLINE_INHERITED_MEMB = YES
|
|
FULL_PATH_NAMES = NO
|
|
STRIP_FROM_PATH =
|
|
STRIP_FROM_INC_PATH =
|
|
SHORT_NAMES = NO
|
|
JAVADOC_AUTOBRIEF = NO
|
|
MULTILINE_CPP_IS_BRIEF = YES
|
|
DETAILS_AT_TOP = YES
|
|
INHERIT_DOCS = YES
|
|
DISTRIBUTE_GROUP_DOC = YES
|
|
TAB_SIZE = 4
|
|
ALIASES = "doctodo=@todo\nDoc me! See docs/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more." \
|
|
"isiosfwd=One of the @link s27_2_iosfwd I/O forward declarations @endlink"
|
|
OPTIMIZE_OUTPUT_FOR_C = NO
|
|
OPTIMIZE_OUTPUT_JAVA = NO
|
|
SUBGROUPING = YES
|
|
#---------------------------------------------------------------------------
|
|
# Build related configuration options
|
|
#---------------------------------------------------------------------------
|
|
EXTRACT_ALL = NO
|
|
EXTRACT_PRIVATE = NO
|
|
EXTRACT_STATIC = YES
|
|
EXTRACT_LOCAL_CLASSES = YES
|
|
EXTRACT_LOCAL_METHODS = YES
|
|
HIDE_UNDOC_MEMBERS = NO
|
|
HIDE_UNDOC_CLASSES = YES
|
|
HIDE_FRIEND_COMPOUNDS = NO
|
|
HIDE_IN_BODY_DOCS = NO
|
|
INTERNAL_DOCS = NO
|
|
CASE_SENSE_NAMES = NO
|
|
HIDE_SCOPE_NAMES = YES
|
|
SHOW_INCLUDE_FILES = NO
|
|
INLINE_INFO = YES
|
|
SORT_MEMBER_DOCS = YES
|
|
SORT_BRIEF_DOCS = YES
|
|
SORT_BY_SCOPE_NAME = YES
|
|
GENERATE_TODOLIST = YES
|
|
GENERATE_TESTLIST = NO
|
|
GENERATE_BUGLIST = YES
|
|
GENERATE_DEPRECATEDLIST= YES
|
|
ENABLED_SECTIONS = @enabled_sections@
|
|
MAX_INITIALIZER_LINES = 0
|
|
SHOW_USED_FILES = YES
|
|
SHOW_DIRECTORIES = YES
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to warning and progress messages
|
|
#---------------------------------------------------------------------------
|
|
QUIET = NO
|
|
WARNINGS = YES
|
|
WARN_IF_UNDOCUMENTED = NO
|
|
WARN_IF_DOC_ERROR = NO
|
|
WARN_FORMAT = "$file:$line: $text"
|
|
WARN_LOGFILE =
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the input files
|
|
#---------------------------------------------------------------------------
|
|
INPUT = @srcdir@/docs/doxygen/doxygroups.cc \
|
|
include/@host_alias@/bits \
|
|
include/bits \
|
|
include/ext \
|
|
@srcdir@/libsupc++/exception \
|
|
@srcdir@/libsupc++/new \
|
|
@srcdir@/libsupc++/typeinfo \
|
|
@srcdir@/libsupc++/cxxabi.h \
|
|
include/algorithm \
|
|
include/bitset \
|
|
include/deque \
|
|
include/fstream \
|
|
include/functional \
|
|
include/iomanip \
|
|
include/ios \
|
|
include/iosfwd \
|
|
include/iostream \
|
|
include/istream \
|
|
include/iterator \
|
|
include/limits \
|
|
include/list \
|
|
include/locale \
|
|
include/map \
|
|
include/memory \
|
|
include/numeric \
|
|
include/ostream \
|
|
include/set \
|
|
include/sstream \
|
|
include/stack \
|
|
include/stdexcept \
|
|
include/streambuf \
|
|
include/string \
|
|
include/utility \
|
|
include/valarray \
|
|
include/vector \
|
|
include/ext/algorithm \
|
|
include/ext/functional \
|
|
include/ext/hash_map \
|
|
include/ext/hash_set \
|
|
include/ext/memory \
|
|
include/ext/numeric \
|
|
include/ext/rope \
|
|
include/ext/slist \
|
|
include/tr1/array \
|
|
include/tr1/tuple
|
|
FILE_PATTERNS = *.h \
|
|
*.tcc
|
|
RECURSIVE = NO
|
|
EXCLUDE = Makefile \
|
|
CVS \
|
|
include/bits/demangle.h \
|
|
stdc++.h.gch
|
|
EXCLUDE_SYMLINKS = NO
|
|
EXCLUDE_PATTERNS = CVS \
|
|
stamp-* \
|
|
Makefile \
|
|
*gch*
|
|
EXAMPLE_PATH =
|
|
EXAMPLE_PATTERNS =
|
|
EXAMPLE_RECURSIVE = NO
|
|
IMAGE_PATH =
|
|
INPUT_FILTER =
|
|
FILTER_PATTERNS =
|
|
FILTER_SOURCE_FILES = NO
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to source browsing
|
|
#---------------------------------------------------------------------------
|
|
SOURCE_BROWSER = YES
|
|
INLINE_SOURCES = NO
|
|
STRIP_CODE_COMMENTS = NO
|
|
REFERENCED_BY_RELATION = YES
|
|
REFERENCES_RELATION = YES
|
|
VERBATIM_HEADERS = NO
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the alphabetical class index
|
|
#---------------------------------------------------------------------------
|
|
ALPHABETICAL_INDEX = YES
|
|
COLS_IN_ALPHA_INDEX = 2
|
|
IGNORE_PREFIX = std \
|
|
__gnu_cxx \
|
|
__gnu_debug \
|
|
std::tr1
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the HTML output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_HTML = @do_html@
|
|
HTML_OUTPUT = @html_output_dir@
|
|
HTML_FILE_EXTENSION = .html
|
|
HTML_HEADER =
|
|
HTML_FOOTER =
|
|
HTML_STYLESHEET = @srcdir@/docs/doxygen/style.css
|
|
HTML_ALIGN_MEMBERS = NO
|
|
GENERATE_HTMLHELP = NO
|
|
CHM_FILE =
|
|
HHC_LOCATION =
|
|
GENERATE_CHI = NO
|
|
BINARY_TOC = NO
|
|
TOC_EXPAND = NO
|
|
DISABLE_INDEX = YES
|
|
ENUM_VALUES_PER_LINE = 4
|
|
GENERATE_TREEVIEW = YES
|
|
TREEVIEW_WIDTH = 250
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the LaTeX output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_LATEX = NO
|
|
LATEX_OUTPUT = latex
|
|
LATEX_CMD_NAME = latex
|
|
MAKEINDEX_CMD_NAME = makeindex
|
|
COMPACT_LATEX = NO
|
|
PAPER_TYPE = letter
|
|
EXTRA_PACKAGES =
|
|
LATEX_HEADER =
|
|
PDF_HYPERLINKS = NO
|
|
USE_PDFLATEX = NO
|
|
LATEX_BATCHMODE = NO
|
|
LATEX_HIDE_INDICES = NO
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the RTF output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_RTF = NO
|
|
RTF_OUTPUT = rtf
|
|
COMPACT_RTF = NO
|
|
RTF_HYPERLINKS = NO
|
|
RTF_STYLESHEET_FILE =
|
|
RTF_EXTENSIONS_FILE =
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the man page output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_MAN = @do_man@
|
|
MAN_OUTPUT = man
|
|
MAN_EXTENSION = .3
|
|
MAN_LINKS = NO
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the XML output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_XML = NO
|
|
XML_OUTPUT = xml
|
|
XML_SCHEMA =
|
|
XML_DTD =
|
|
XML_PROGRAMLISTING = YES
|
|
#---------------------------------------------------------------------------
|
|
# configuration options for the AutoGen Definitions output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_AUTOGEN_DEF = NO
|
|
#---------------------------------------------------------------------------
|
|
# configuration options related to the Perl module output
|
|
#---------------------------------------------------------------------------
|
|
GENERATE_PERLMOD = NO
|
|
PERLMOD_LATEX = NO
|
|
PERLMOD_PRETTY = YES
|
|
PERLMOD_MAKEVAR_PREFIX =
|
|
#---------------------------------------------------------------------------
|
|
# Configuration options related to the preprocessor
|
|
#---------------------------------------------------------------------------
|
|
ENABLE_PREPROCESSING = YES
|
|
MACRO_EXPANSION = YES
|
|
EXPAND_ONLY_PREDEF = YES
|
|
SEARCH_INCLUDES = YES
|
|
INCLUDE_PATH =
|
|
INCLUDE_FILE_PATTERNS =
|
|
PREDEFINED = \
|
|
__GTHREADS \
|
|
"_GLIBCXX_STD=std" \
|
|
_GLIBCXX_DEPRECATED \
|
|
_GLIBCXX_USE_WCHAR_T \
|
|
_GLIBCXX_USE_LONG_LONG \
|
|
__glibcxx_class_requires=// \
|
|
__glibcxx_class_requires2=// \
|
|
__glibcxx_class_requires3=// \
|
|
__glibcxx_class_requires4=//
|
|
EXPAND_AS_DEFINED =
|
|
SKIP_FUNCTION_MACROS = YES
|
|
#---------------------------------------------------------------------------
|
|
# Configuration::additions related to external references
|
|
#---------------------------------------------------------------------------
|
|
TAGFILES =
|
|
GENERATE_TAGFILE = @generate_tagfile@
|
|
ALLEXTERNALS = YES
|
|
EXTERNAL_GROUPS = YES
|
|
PERL_PATH = /usr/bin/perl
|
|
#---------------------------------------------------------------------------
|
|
# Configuration options related to the dot tool
|
|
#---------------------------------------------------------------------------
|
|
CLASS_DIAGRAMS = YES
|
|
HIDE_UNDOC_RELATIONS = NO
|
|
HAVE_DOT = NO
|
|
CLASS_GRAPH = YES
|
|
COLLABORATION_GRAPH = NO
|
|
UML_LOOK = NO
|
|
TEMPLATE_RELATIONS = YES
|
|
INCLUDE_GRAPH = NO
|
|
INCLUDED_BY_GRAPH = NO
|
|
CALL_GRAPH = NO
|
|
GRAPHICAL_HIERARCHY = YES
|
|
DOT_IMAGE_FORMAT = png
|
|
DOT_PATH =
|
|
DOTFILE_DIRS =
|
|
MAX_DOT_GRAPH_WIDTH = 1024
|
|
MAX_DOT_GRAPH_HEIGHT = 1024
|
|
MAX_DOT_GRAPH_DEPTH = 0
|
|
GENERATE_LEGEND = NO
|
|
DOT_CLEANUP = YES
|
|
#---------------------------------------------------------------------------
|
|
# Configuration::additions related to the search engine
|
|
#---------------------------------------------------------------------------
|
|
SEARCHENGINE = NO
|