From 4b4ed9c804739b6fb185943ecb76fb91360769da Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Tue, 6 Aug 2019 15:59:12 -0500 Subject: [PATCH] Draft: DraftVecUtils, position of the Doxygen comments --- src/Mod/Draft/DraftVecUtils.py | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/Mod/Draft/DraftVecUtils.py b/src/Mod/Draft/DraftVecUtils.py index f20fc19df3..40dd50d4d1 100644 --- a/src/Mod/Draft/DraftVecUtils.py +++ b/src/Mod/Draft/DraftVecUtils.py @@ -1,3 +1,19 @@ +## \defgroup DRAFTVECUTILS DraftVecUtils +# \ingroup UTILITIES +# \brief Vector math utilities used in Draft workbench +# +# Vector math utilities used primarily in the Draft workbench +# but which can also be used in other workbenches and in macros. +"""\defgroup DRAFTVECUTILS DraftVecUtils +\ingroup UTILITIES +\brief Vector math utilities used in Draft workbench + +Vector math utilities used primarily in the Draft workbench +but which can also be used in other workbenches and in macros. +""" +# Check code with +# flake8 --ignore=E226,E266,E401,W503 + # *************************************************************************** # * * # * Copyright (c) 2009, 2010 * @@ -25,13 +41,6 @@ __title__ = "FreeCAD Draft Workbench - Vector library" __author__ = "Yorik van Havre, Werner Mayer, Martin Burbaum, Ken Cline" __url__ = ["http://www.freecadweb.org"] -## \defgroup DRAFTVECUTILS DraftVecUtils -# \ingroup UTILITIES -# \brief Vector math utilities used in Draft workbench -# -# Vector math utilities used primarily in the Draft workbench -# but which can also be used in other workbenches and macros. - ## \addtogroup DRAFTVECUTILS # @{