ReverseEngineering: Fix header uniformity + trailing whitespace

[skip ci]
This commit is contained in:
luz paz
2020-11-27 11:12:55 -05:00
committed by wwmayer
parent 0e93dd12ed
commit 5abfdb1405
11 changed files with 43 additions and 43 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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
*/