From: eap Date: Wed, 2 Mar 2011 15:16:29 +0000 (+0000) Subject: fix "Replacing smeshDC by smesh" X-Git-Tag: V5_1_main_FINAL~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6295f0b9c792388bf2382f8f72cb4a7cbd28bd5a;p=modules%2Fsmesh.git fix "Replacing smeshDC by smesh" make temporary smesh.py in the current dir to avoid overwriting smesh.py when building in SMESH_SRC --- diff --git a/doc/salome/gui/SMESH/doxyfile_py.in b/doc/salome/gui/SMESH/doxyfile_py.in index 6053cdfd0..ebf525e0c 100755 --- a/doc/salome/gui/SMESH/doxyfile_py.in +++ b/doc/salome/gui/SMESH/doxyfile_py.in @@ -98,7 +98,7 @@ EXAMPLE_RECURSIVE = NO #--------------------------------------------------------------------------- #Input related options #--------------------------------------------------------------------------- -INPUT = @top_builddir@/src/SMESH_SWIG +INPUT = . FILE_PATTERNS = smesh.py IMAGE_PATH = @srcdir@/images RECURSIVE = NO @@ -157,4 +157,4 @@ DOT_CLEANUP = YES #External reference options #--------------------------------------------------------------------------- GENERATE_TAGFILE = smeshpy_doc.tag -SEARCHENGINE = YES \ No newline at end of file +SEARCHENGINE = YES