Moved all module docstrings to the top of the file.
This commit is contained in:
committed by
Yorik van Havre
parent
34275a2392
commit
0c9fde600a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user