Skip to content

Commit

Permalink
Draft: doxygen tweaks
Browse files Browse the repository at this point in the history
Getting familiarized with doxygen by starting some initial work on Draft module
typo introduced from commit
  • Loading branch information
luzpaz authored and wwmayer committed Feb 4, 2017
1 parent 76b3397 commit 019b0e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Mod/Draft/Draft.py
Expand Up @@ -30,6 +30,7 @@
__url__ = "http://www.freecadweb.org"

## \addtogroup DRAFT
# \brief Create and manipulate basic 2D objects
#
# This module offers a range of tools to create and manipulate basic 2D objects
#
Expand Down
3 changes: 2 additions & 1 deletion src/Mod/Draft/DraftGeomUtils.py
Expand Up @@ -27,7 +27,8 @@

## \defgroup DRAFTGEOMUTILS DraftGeomUtils
# \ingroup DRAFT
#
# \brief Shape manipulation utilities for the Draft workbench
#
# Shapes manipulation utilities

## \addtogroup DRAFTGEOMUTILS
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Draft/DraftVecUtils.py
Expand Up @@ -29,6 +29,7 @@

## \defgroup DRAFTVECUTILS DraftVecUtils
# \ingroup DRAFT
# \brief Vector math utilities use in Draft workbench
#
# Vector math utilities

Expand Down

0 comments on commit 019b0e2

Please sign in to comment.