Draft: add Doxygen strings to the packages' __init__ files

The packages are `draftfunctions`, `draftgeoutils`, `draftguitools`,
`draftmake`, `draftobjects`, `drafttaskpanels`, `drafttests`,
`draftutils`, `draftviewproviders`.
This commit is contained in:
vocx-fc
2020-06-03 18:56:31 -05:00
committed by Yorik van Havre
parent 30ff7fb6e4
commit 91a23e4a40
9 changed files with 27 additions and 0 deletions

View File

@@ -39,3 +39,6 @@ represent the public application programming interface (API)
of the Draft Workbench, and should be made available in the `Draft`
namespace by importing them in the `Draft` module.
"""
## \defgroup draftfuctions draftfuctions
# \ingroup DRAFT
# \brief Modules with functions for use with scripted objects and GuiCommands.