ReverseEngineering: Fix header uniformity + trailing whitespace
[skip ci]
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
# -*- coding: utf8 -*-
|
||||
# FreeCAD init script of the ReverseEngineering module
|
||||
# (c) 2001 Juergen Riegel
|
||||
|
||||
# ***************************************************************************
|
||||
# * Copyright (c) 2002 Juergen Riegel <juergen.riegel@web.de> *
|
||||
# * *
|
||||
@@ -24,3 +21,4 @@
|
||||
# * USA *
|
||||
# * *
|
||||
# ***************************************************************************/
|
||||
# FreeCAD init script of the ReverseEngineering module
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
# ReverseEngineering gui init module
|
||||
# (c) 2003 Juergen Riegel
|
||||
#
|
||||
# Gathering all the information to start FreeCAD
|
||||
# This is the second one of three init scripts, the third one
|
||||
# runs when the gui is up
|
||||
|
||||
#***************************************************************************
|
||||
#* Copyright (c) 2002 Juergen Riegel <juergen.riegel@web.de> *
|
||||
#* *
|
||||
@@ -28,6 +21,12 @@
|
||||
#* *
|
||||
#***************************************************************************/
|
||||
|
||||
# ReverseEngineering gui init module
|
||||
#
|
||||
# Gathering all the information to start FreeCAD
|
||||
# This is the second one of three init scripts, the third one
|
||||
# runs when the gui is up
|
||||
|
||||
|
||||
class ReverseEngineeringWorkbench ( Workbench ):
|
||||
"ReverseEngineering workbench object"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/** \defgroup REEN ReverseEngineering
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Generate Part shapes from Mesh and Points based objects
|
||||
|
||||
See \ref src/Mod/Draft/draft.dox as an example of how to populate this page
|
||||
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user