From: mkr Date: Fri, 9 Dec 2005 12:02:39 +0000 (+0000) Subject: Update Help for MED module. X-Git-Tag: T_OCC_development_generic_2006_start X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8271d70da8ddd4eca3276fb2346483484599b064;p=tools%2Fmedcoupling.git Update Help for MED module. --- diff --git a/doc/salome/MED_index.html b/doc/salome/MED_index.html deleted file mode 100644 index 5217304ed..000000000 --- a/doc/salome/MED_index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - Med Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Med MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
- -
-
- -
- -
- -

-
- -
- -
TUI Documentation
- -
- -
- -

-
-
-
-
-
-
-
- - diff --git a/doc/salome/MED_index_v3.1.0.html b/doc/salome/MED_index_v3.1.0.html new file mode 100644 index 000000000..5217304ed --- /dev/null +++ b/doc/salome/MED_index_v3.1.0.html @@ -0,0 +1,94 @@ + + + + + + + + Med Module Documentation + + + +
  +
+
                   +   
+ + + + + + + + + +
+ + + +
+ +
+
+
+

Med MODULE Documentation

+
+
+ + + + + +
+
+ +
+

Application-About.png +     

+
+ +
+ + + + +
+
+
+ +
+
+ +
+ +
+ +

+
+ +
+ +
TUI Documentation
+ +
+ +
+ +

+
+
+
+
+
+
+
+ + diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index b411e3271..c19de8770 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -19,7 +19,7 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/MED_index.html MED_index.html + cp -f $(srcdir)/MED_index_v3.1.0.html MED_index_v3.1.0.html clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -34,10 +34,10 @@ distclean: clean install: $(MAKE) docs (cd tui && $(MAKE) install); - cp -f MED_index.html $(docdir) + cp -f MED_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/MED_index.html + rm -fr $(docdir)/MED_index_v3.1.0.html diff --git a/doc/salome/tui/MED/doxyfile b/doc/salome/tui/MED/doxyfile index 1bba3b632..7dfdb20b6 100755 --- a/doc/salome/tui/MED/doxyfile +++ b/doc/salome/tui/MED/doxyfile @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- -PROJECT_NAME = "SALOME - MED - v.2.1.0" +PROJECT_NAME = "SALOME - MED - v.3.1.0" PROJECT_NUMBER = id#1.1 OUTPUT_DIRECTORY = ../ OUTPUT_LANGUAGE = English diff --git a/doc/salome/tui/MED/sources/static/tree.js b/doc/salome/tui/MED/sources/static/tree.js index d410052c4..9faf73c4f 100755 --- a/doc/salome/tui/MED/sources/static/tree.js +++ b/doc/salome/tui/MED/sources/static/tree.js @@ -1,4 +1,4 @@ -foldersTree = gFld("SALOME v.2.1.0 ", "", "") +foldersTree = gFld("SALOME v.3.1.0 ", "", "") insDoc(foldersTree, gLnk("Main Page", "", "main.html")) aux1 = insFld(foldersTree, gFld("TUI Reference Guide", ""))