]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
merge with the branch br_for_V1_3_0_b1 (branch to build the V1_3_0 version of V1_3_0_b1 V1_3_0_b2
authornadir <nadir>
Tue, 18 Nov 2003 09:11:34 +0000 (09:11 +0000)
committernadir <nadir>
Tue, 18 Nov 2003 09:11:34 +0000 (09:11 +0000)
the module.

doc/html/INPUT/HTML/Med_Gen.html
doc/html/INPUT/doxyfile
doc/html/Makefile.in

index b3e7758e088103cde9d84605cc35eaf1dca09835..44b43940b338eaf9bdb3fed6ef74d1f1b3771658 100644 (file)
@@ -1,7 +1,7 @@
 <HTML><b>
 <table width="100%" BORDER>
 <tr bgcolor="#FFFFCC">
-<td colspan="11"><font size="+3"><b><div align="center"><i>interface Med_Gen</i></div></b></font></td>
+<td colspan="11"><font size="+3"><b><div align="center"><i>interface MED_Gen</i></div></b></font></td>
 </tr>
 <td width="50%" bgcolor= "lightgreen" ><font size="+2"><div align="center"><b><i>IDL file</i></b></div></font></td>
 <td width="50%" bgcolor= "lightgreen"><font size="+2"><div align="center"><b><i>Python</i></b></div></font></td>
index bce8b46330a81d06f44431bfa4fbcf98fa8dae86..a866cb0ccae587548513fa294a1e0f63c74ec211 100755 (executable)
@@ -3,7 +3,7 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = "SALOME PRO - MED - v.1.2"
+PROJECT_NAME           = "SALOME - MED - v.1.3.0"
 PROJECT_NUMBER         = id#1.1
 OUTPUT_DIRECTORY       = ../
 OUTPUT_LANGUAGE        = English
@@ -57,7 +57,7 @@ WARN_LOGFILE           = log.txt
 # configuration options related to the input files
 #---------------------------------------------------------------------------
 INPUT                  = ../../../share/salome/idl/MED.idl \
-                         ../../../share/salome/idl/Med_Gen.idl
+                         ../../../share/salome/idl/MED_Gen.idl
 FILE_PATTERNS          = 
 RECURSIVE              = NO
 EXCLUDE                = 
index d52af489287cb31c7b5f21d1c987fabd89a47dc5..d364ac76dc3c7aeccff54c1226ef9aa492d2e5dc 100644 (file)
@@ -6,6 +6,7 @@
 #
 # source path
 top_srcdir=@top_srcdir@
+root_srcdir=@ROOT_SRCDIR@
 top_builddir=../..
 srcdir=@srcdir@
 VPATH=.:@srcdir@
@@ -16,7 +17,7 @@ doxygen=@DOXYGEN@
 doc:
        cp -fr $(srcdir)/INPUT ./; \
        cd INPUT; \
-       sed 's|../../../share/salome|../$(top_srcdir)|' doxyfile > doxyfile1; \
+       sed 's|../../../share/salome|$(root_srcdir)|' doxyfile > doxyfile1; \
        mv -f doxyfile1 doxyfile; \
        $(doxygen) ./doxyfile; \
        cd ..; \