Web: Fix header uniformity, whitespace, doxygen headers

This commit is contained in:
luz paz
2020-11-16 14:09:01 -05:00
committed by wwmayer
parent 26636dbbad
commit bd3fdd288e
14 changed files with 97 additions and 99 deletions

View File

@@ -1,12 +1,5 @@
# Web 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
#***************************************************************************
#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 *
#* Copyright (c) 2002,2003 Jürgen Riegel <juergen.riegel@web.de> *
#* *
#* This file is part of the FreeCAD CAx development system. *
#* *
@@ -25,10 +18,13 @@
#* License along with FreeCAD; if not, write to the Free Software *
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
#* USA *
#* *
#* Juergen Riegel 2002 *
#***************************************************************************/
# Web 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 WebWorkbench ( Workbench ):