X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2FDoxyfile.in;h=9f4e2b08b8bc1f335c6c9ddeee6ee25381413a3a;hb=255150e4eec79294bbd06c7c464f309b4a264960;hp=879d14757e29922c3ce537ff00b3dbae9780bc46;hpb=313a04631c63078d01c2f643a53500ec549d034e;p=modules%2Fyacs.git diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 879d14757..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,18 +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/hmi \ - @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 \ @@ -136,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 @@ -165,11 +186,12 @@ IGNORE_PREFIX = # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES -HTML_OUTPUT = html +HTML_OUTPUT = htmldev HTML_FILE_EXTENSION = .html -HTML_HEADER = @top_srcdir@/doc/sources/header.html -HTML_FOOTER = @top_srcdir@/doc/sources/footer.html -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 = @@ -255,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