]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_PY/sketcher.py
Salome HOME
Merge branch 'origin/ysn/doc_update_740': update documentation
[modules/geom.git] / src / GEOM_PY / sketcher.py
index ca768f5691cbad1901e774bd4f7ec96d2542c784..c301962e0fde801ec87d1fc53e5ca3a1708bd016 100644 (file)
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
+## \defgroup simplesketcher sketcher - Simplified sketcher API
+#  \{
+#  \details
+#  This module provides simplified access to the 2D sketcher functionality of Geometry module.
+#  
+#  \note This module is deprecated, refer to \ref gsketcher for more details
+#  \}
+
 """
 This module provides the user with a simple python API to realize
 various sketches from the GEOM text user interface.
@@ -60,6 +69,8 @@ except:
     geompyEnable = False
     pass
 
+##
+#  \ingroup simplesketcher
 class Sketcher:
 
     __sketch = None