Moved all module docstrings to the top of the file.

This commit is contained in:
David Daish
2020-04-18 17:58:36 +12:00
committed by Yorik van Havre
parent 34275a2392
commit 0c9fde600a
8 changed files with 36 additions and 32 deletions

View File

@@ -19,10 +19,7 @@
#* *
#***************************************************************************
__title__="FreeCAD Arch Component"
__author__ = "Yorik van Havre"
__url__ = "http://www.freecadweb.org"
__doc__ = """This module provides the base Arch component class, that is shared
"""This module provides the base Arch component class, that is shared
by all of the Arch BIM objects.
Examples
@@ -30,6 +27,10 @@ Examples
TODO put examples here.
"""
__title__="FreeCAD Arch Component"
__author__ = "Yorik van Havre"
__url__ = "http://www.freecadweb.org"
import FreeCAD,Draft,ArchCommands,math,sys,json,os,ArchIFC,ArchIFCSchema
from FreeCAD import Vector
if FreeCAD.GuiUp: