Draft: add modules of draftobjects to the proper Doxygen group
This includes `array`, `base`, `bezcurve`, `block`, `bspline`, `circle`, `clone`, `dimension`, `draft_annotation`, `draftlink`, `drawingview`, `ellipse`, `facebinder`, `fillet`, `label`, `patharray`, `point`, `pointarray`, `polygon`, `rectangle`, `shape2dview`, `shapestring`, `text`, `wire`, `wwproxy`. These are added to the `draftobjects` Doxygen group so that the functions and classes contained in each module are listed appropriately in the automatically generated documentation.
This commit is contained in:
@@ -20,20 +20,19 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************
|
||||
"""This module provides the object code for Draft Rectangle.
|
||||
"""
|
||||
"""Provides the object code for the Rectangle object."""
|
||||
## @package rectangle
|
||||
# \ingroup DRAFT
|
||||
# \brief This module provides the object code for Draft Rectangle.
|
||||
# \ingroup draftobjects
|
||||
# \brief Provides the object code for the Rectangle object.
|
||||
|
||||
## \addtogroup draftobjects
|
||||
# @{
|
||||
from PySide.QtCore import QT_TRANSLATE_NOOP
|
||||
|
||||
import FreeCAD as App
|
||||
|
||||
import DraftGeomUtils
|
||||
|
||||
from draftutils.utils import get_param
|
||||
|
||||
from draftobjects.base import DraftObject
|
||||
|
||||
|
||||
@@ -169,4 +168,7 @@ class Rectangle(DraftObject):
|
||||
obj.positionBySupport()
|
||||
|
||||
|
||||
# Alias for compatibility with v0.18 and earlier
|
||||
_Rectangle = Rectangle
|
||||
|
||||
## @}
|
||||
|
||||
Reference in New Issue
Block a user