]> SALOME platform Git repositories - modules/yacs.git/blobdiff - doc/Doxyfile.in
Salome HOME
mergefrom branch BR_V511_PR tag mergeto_trunk_03feb09
[modules/yacs.git] / doc / Doxyfile.in
index 879d14757e29922c3ce537ff00b3dbae9780bc46..fe367ce0e28af826d939ae9b2663716de5b42bbc 100644 (file)
@@ -1,8 +1,26 @@
+#  Copyright (C) 2006-2008  CEA/DEN, EDF R&D
+#
+#  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.
+#
+#  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       = .
@@ -89,10 +107,11 @@ INPUT                  =  \
    @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/salomewrap \
+   @top_srcdir@/src/genericgui \
+   @top_srcdir@/src/salomegui \
+   @top_srcdir@/src/salomewrap \
    @top_srcdir@/src/pyqt
 
 FILE_PATTERNS          = *.c \
@@ -165,7 +184,7 @@ 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
@@ -255,13 +274,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