geom/doc/salome/tui/doxyfile.in

269 lines
9.5 KiB
Plaintext
Raw Normal View History

2013-04-01 18:25:01 +06:00
# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License.
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2009-02-13 17:16:39 +05:00
#
2012-08-09 13:58:02 +06:00
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2009-02-13 17:16:39 +05:00
#
# Doxyfile 1.4.6
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# Project related configuration options
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
2012-08-09 13:58:02 +06:00
PROJECT_NAME = "SALOME Geometry Developer"
PROJECT_NUMBER =
2009-02-13 17:16:39 +05:00
OUTPUT_DIRECTORY = GEOM
CREATE_SUBDIRS = NO
2004-06-16 21:45:26 +06:00
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = NO
ABBREVIATE_BRIEF =
ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = YES
FULL_PATH_NAMES = YES
2009-02-13 17:16:39 +05:00
STRIP_FROM_PATH = @top_srcdir@ @top_builddir@
STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = NO
DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 5
ALIASES =
OPTIMIZE_OUTPUT_FOR_C = YES
OPTIMIZE_OUTPUT_JAVA = YES
2009-02-13 17:16:39 +05:00
BUILTIN_STL_SUPPORT = @DOXYGEN_SUPPORT_STL@
DISTRIBUTE_GROUP_DOC = NO
SUBGROUPING = YES
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
2004-06-16 21:45:26 +06:00
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = NO
2004-06-16 21:45:26 +06:00
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = NO
HIDE_IN_BODY_DOCS = NO
INTERNAL_DOCS = YES
CASE_SENSE_NAMES = YES
HIDE_SCOPE_NAMES = NO
SHOW_INCLUDE_FILES = YES
INLINE_INFO = YES
SORT_MEMBER_DOCS = NO
SORT_BRIEF_DOCS = NO
SORT_BY_SCOPE_NAME = NO
2004-06-16 21:45:26 +06:00
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = YES
GENERATE_BUGLIST = YES
GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 25
SHOW_USED_FILES = NO
SHOW_DIRECTORIES = NO
FILE_VERSION_FILTER =
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
QUIET = NO
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_NO_PARAMDOC = NO
2004-06-16 21:45:26 +06:00
WARN_FORMAT = "$file:$line: $text"
2009-02-13 17:16:39 +05:00
WARN_LOGFILE =
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
2009-02-13 17:16:39 +05:00
INPUT = @top_srcdir@/src \
2012-08-09 13:58:02 +06:00
./geompy.py \
2009-02-13 17:16:39 +05:00
@top_srcdir@/bin \
@top_srcdir@/idl \
2012-08-09 13:58:02 +06:00
@top_builddir@/bin \
@srcdir@/input
FILE_PATTERNS = *.idl *.hxx *.cxx *.h *.c *.hh *.cc @DOXYGEN_PYTHON_EXTENSION@ *.doc
RECURSIVE = YES
2009-02-13 17:16:39 +05:00
EXCLUDE = @top_srcdir@/src/GEOM_SWIG/geompy.py \
@top_srcdir@/src/GEOM_SWIG/geompyDC.py
2004-06-16 21:45:26 +06:00
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
2009-02-13 17:16:39 +05:00
IMAGE_PATH = @srcdir@/images
2004-06-16 21:45:26 +06:00
INPUT_FILTER =
FILTER_PATTERNS =
2004-06-16 21:45:26 +06:00
FILTER_SOURCE_FILES = YES
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = NO
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 3
2004-06-16 21:45:26 +06:00
IGNORE_PREFIX =
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the HTML output
#---------------------------------------------------------------------------
GENERATE_HTML = YES
2009-02-13 17:16:39 +05:00
HTML_OUTPUT = .
2004-06-16 21:45:26 +06:00
HTML_FILE_EXTENSION = .html
2012-08-09 13:58:02 +06:00
HTML_HEADER = @builddir@/static/header.html
2009-02-13 17:16:39 +05:00
HTML_FOOTER = @srcdir@/static/footer.html
HTML_STYLESHEET = @srcdir@/static/doxygen.css
2004-06-16 21:45:26 +06:00
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE =
HHC_LOCATION =
GENERATE_CHI = NO
BINARY_TOC = YES
TOC_EXPAND = YES
DISABLE_INDEX = NO
2004-06-16 21:45:26 +06:00
ENUM_VALUES_PER_LINE = 4
GENERATE_TREEVIEW = NO
2004-06-16 21:45:26 +06:00
TREEVIEW_WIDTH = 250
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# 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 = a4wide
EXTRA_PACKAGES =
LATEX_HEADER =
PDF_HYPERLINKS = NO
USE_PDFLATEX = NO
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# 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 =
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the man page output
#---------------------------------------------------------------------------
GENERATE_MAN = NO
MAN_OUTPUT = man
MAN_EXTENSION = .3
MAN_LINKS = NO
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the XML output
#---------------------------------------------------------------------------
GENERATE_XML = NO
XML_OUTPUT = xml
2004-06-16 21:45:26 +06:00
XML_SCHEMA =
XML_DTD =
XML_PROGRAMLISTING = YES
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
GENERATE_AUTOGEN_DEF = NO
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# configuration options related to the Perl module output
#---------------------------------------------------------------------------
GENERATE_PERLMOD = NO
PERLMOD_LATEX = NO
PERLMOD_PRETTY = YES
PERLMOD_MAKEVAR_PREFIX =
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------
ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
2004-06-16 21:45:26 +06:00
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED =
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = NO
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# Configuration::additions related to external references
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
TAGFILES =
GENERATE_TAGFILE =
ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES
PERL_PATH = /usr/bin/perl
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
CLASS_DIAGRAMS = YES
HIDE_UNDOC_RELATIONS = NO
HAVE_DOT = YES
CLASS_GRAPH = YES
COLLABORATION_GRAPH = NO
GROUP_GRAPHS = NO
UML_LOOK = NO
2004-06-16 21:45:26 +06:00
TEMPLATE_RELATIONS = YES
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = NO
CALL_GRAPH = NO
2004-06-16 21:45:26 +06:00
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
2012-08-09 13:58:02 +06:00
DOT_IMAGE_FORMAT = png
DOT_FONTNAME = Arial
2004-06-16 21:45:26 +06:00
DOT_PATH =
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1200
MAX_DOT_GRAPH_DEPTH = 0
DOT_TRANSPARENT = NO
DOT_MULTI_TARGETS = NO
2004-06-16 21:45:26 +06:00
GENERATE_LEGEND = NO
DOT_CLEANUP = YES
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
# Configuration::additions related to the search engine
2004-06-16 21:45:26 +06:00
#---------------------------------------------------------------------------
SEARCHENGINE = NO