Salome HOME
fix "Replacing smeshDC by smesh"
authoreap <eap@opencascade.com>
Wed, 2 Mar 2011 15:16:29 +0000 (15:16 +0000)
committereap <eap@opencascade.com>
Wed, 2 Mar 2011 15:16:29 +0000 (15:16 +0000)
   make temporary smesh.py in the current dir to avoid overwriting
   smesh.py when building in SMESH_SRC

doc/salome/gui/SMESH/doxyfile_py.in

index 6053cdfd0f171f9d2c523691534679f84264a48c..ebf525e0c424c8ed1d43b78897edc3853442aa48 100755 (executable)
@@ -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