Doc: Fixes in doxygen docs for Draft,Arch, FEM

This commit is contained in:
Yorik van Havre
2016-11-17 17:04:09 -02:00
parent e85aa31d76
commit bf0d37bf28
144 changed files with 743 additions and 58 deletions

View File

@@ -28,6 +28,8 @@ __url__ = "http://www.freecadweb.org"
import FreeCAD
import FreeCADGui
## \addtogroup FEM
# @{
class FemSelectionObserver:
'''FemSelectionObserver'''
@@ -41,3 +43,5 @@ class FemSelectionObserver:
self.added_obj = (selected_object, sub)
# on double click on a vertex of a solid sub is None and obj is the solid
self.parseSelectionFunction(self.added_obj)
# @}