From 1c69298dff830307e351c0dfe82c27722f34cc37 Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Fri, 30 Aug 2019 02:18:05 -0500 Subject: [PATCH] Draft: DraftFillet, provide module docstring and Doxygen documentation marks --- src/Mod/Draft/DraftFillet.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Mod/Draft/DraftFillet.py b/src/Mod/Draft/DraftFillet.py index d1030a3d86..ef34b37b96 100644 --- a/src/Mod/Draft/DraftFillet.py +++ b/src/Mod/Draft/DraftFillet.py @@ -1,3 +1,9 @@ +"""This module provides the Draft fillet tool. +""" +## @package DraftFillet +# \ingroup DRAFT +# \brief This module provides the Draft fillet tool. + import FreeCAD from FreeCAD import Console as FCC import Draft