X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2FDoxyfile.in;h=9f4e2b08b8bc1f335c6c9ddeee6ee25381413a3a;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=67bf37ac496757a542498ca3adcf6c5a582b447d;hpb=a84e60a749da66dffb73297fa5082b70b9d62f7d;p=modules%2Fyacs.git diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 67bf37ac4..9f4e2b08b 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,11 +1,30 @@ -# Doxyfile 1.4.2 +# Copyright (C) 2006-2023 CEA, EDF +# +# 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, or (at your option) any later version. +# +# 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. +# +# 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 +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Doxyfile 1.4.2 #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- +# PROJECT_NAME = YACS PROJECT_NUMBER = 0.1 -OUTPUT_DIRECTORY = . +OUTPUT_DIRECTORY = YACS CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English USE_WINDOWS_ENCODING = NO @@ -25,7 +44,7 @@ ABBREVIATE_BRIEF = "The $name class" \ ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES -STRIP_FROM_PATH = +STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@ STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO @@ -82,17 +101,20 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = \ - @top_srcdir@/doc \ - @top_srcdir@/idl \ - @top_srcdir@/src/bases \ - @top_srcdir@/src/engine \ - @top_srcdir@/src/runtime \ - @top_srcdir@/src/yacsloader \ - @top_srcdir@/src/yacsorb \ - @top_srcdir@/src/gui \ - @top_srcdir@/src/lineconn2d \ - @top_srcdir@/src/prs \ - @top_srcdir@/src/pyqt + @CMAKE_SOURCE_DIR@/doc/ref \ + @CMAKE_SOURCE_DIR@/idl \ + @CMAKE_SOURCE_DIR@/src/bases \ + @CMAKE_SOURCE_DIR@/src/engine \ + @CMAKE_SOURCE_DIR@/src/runtime \ + @CMAKE_SOURCE_DIR@/src/yacsloader \ + @CMAKE_SOURCE_DIR@/src/yacsorb \ + @CMAKE_SOURCE_DIR@/src/hmi \ + @CMAKE_SOURCE_DIR@/src/salomewrap \ + @CMAKE_SOURCE_DIR@/src/genericgui \ + @CMAKE_SOURCE_DIR@/src/salomegui \ + @CMAKE_SOURCE_DIR@/src/salomewrap \ + @CMAKE_SOURCE_DIR@/src/pyqt \ + @CMAKE_SOURCE_DIR@/src/pmml FILE_PATTERNS = *.c \ *.cc \ @@ -135,13 +157,13 @@ FILE_PATTERNS = *.c \ *.M \ *.MM RECURSIVE = YES -EXCLUDE = @top_srcdir@/src/yacsloader/tools +EXCLUDE = @CMAKE_SOURCE_DIR@/src/yacsloader/tools EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */Test/* EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO -IMAGE_PATH = @top_srcdir@/doc +IMAGE_PATH = @CMAKE_SOURCE_DIR@/doc INPUT_FILTER = FILTER_PATTERNS = FILTER_SOURCE_FILES = NO @@ -157,18 +179,19 @@ VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = NO -COLS_IN_ALPHA_INDEX = 5 +ALPHABETICAL_INDEX = YES +COLS_IN_ALPHA_INDEX = 2 IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES -HTML_OUTPUT = html +HTML_OUTPUT = htmldev HTML_FILE_EXTENSION = .html -HTML_HEADER = -HTML_FOOTER = -HTML_STYLESHEET = +HTML_HEADER = @CMAKE_CURRENT_BINARY_DIR@/sources/header.html +HTML_FOOTER = @CMAKE_CURRENT_SOURCE_DIR@/sources/footer.html +HTML_EXTRA_STYLESHEET = @CMAKE_CURRENT_SOURCE_DIR@/sources/salome_extra.css +HTML_EXTRA_FILES = @CMAKE_CURRENT_SOURCE_DIR@/images/head.png HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO CHM_FILE = @@ -254,13 +277,13 @@ PERL_PATH = /usr/bin/perl # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES -HIDE_UNDOC_RELATIONS = YES -HAVE_DOT = NO +HIDE_UNDOC_RELATIONS = NO +HAVE_DOT = YES CLASS_GRAPH = YES COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES UML_LOOK = NO -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES CALL_GRAPH = NO