Draft: fix doxygen typos

This commit is contained in:
luz paz
2021-12-07 13:51:14 -05:00
committed by Chris Hennes
parent c5c5c8a880
commit bcc2873fb9
20 changed files with 38 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ Therefore, even if the Drawing Workbench is obsolete, the `Drawing` module
may not be removed completely yet. This must be checked.
"""
## @package svg
# \ingroup draftfuctions
# \ingroup draftfunctions
# \brief Provides functions to return the SVG representation of shapes.
import math
@@ -51,7 +51,7 @@ DraftGeomUtils = lz.LazyLoader("DraftGeomUtils", globals(), "DraftGeomUtils")
# Drawing = lz.LazyLoader("Drawing", globals(), "Drawing")
## \addtogroup draftfuctions
## \addtogroup draftfunctions
# @{