From 9591135cbfb4dfa01c839be27e2deaadf5aed717 Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Mon, 29 Jun 2020 18:34:50 -0500 Subject: [PATCH] Draft: remove documentation in Draft.py The Doxygen documentation paragraphs in `Draft.py` are no longer necessary, as this information is already added to the `draft.dox` file which can be used to consolidate the general documentation of the workbench. --- src/Mod/Draft/Draft.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/Mod/Draft/Draft.py b/src/Mod/Draft/Draft.py index 1bdda7e610..9a8c43c8a8 100644 --- a/src/Mod/Draft/Draft.py +++ b/src/Mod/Draft/Draft.py @@ -30,19 +30,6 @@ These functions can be used as the backend for the graphical commands defined in `DraftTools.py`. """ ## \addtogroup DRAFT -# \brief Create and manipulate basic 2D objects -# -# This module offers tools to create and manipulate basic 2D objects -# -# The module allows to create 2D geometric objects such as line, rectangle, -# circle, etc., modify these objects by moving, scaling or rotating them, -# and offers a couple of other utilities to manipulate further these objects, -# such as decompose them (downgrade) into smaller elements. -# -# The functionality of the module is divided into GUI tools, usable from the -# visual interface, and corresponding python functions, that can perform -# the same operation programmatically. -# # @{ import FreeCAD as App