From d84071275a76cea3ae96f12be6405e12305c98c7 Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 16 Nov 2020 14:12:14 -0500 Subject: [PATCH] Surface: Fix header uniformity, whitespace, and doxygen header --- src/Mod/Surface/App/AppSurface.cpp | 2 +- src/Mod/Surface/App/FeatureCut.cpp | 2 +- src/Mod/Surface/App/FeatureCut.h | 2 +- src/Mod/Surface/App/FeatureExtend.cpp | 2 +- src/Mod/Surface/App/FeatureFilling.cpp | 2 +- src/Mod/Surface/App/FeatureFilling.h | 2 +- src/Mod/Surface/App/FeatureGeomFillSurface.cpp | 2 +- src/Mod/Surface/App/FeatureGeomFillSurface.h | 2 +- src/Mod/Surface/App/FeatureSewing.cpp | 2 +- src/Mod/Surface/App/FeatureSewing.h | 2 +- src/Mod/Surface/App/PreCompiled.cpp | 2 +- src/Mod/Surface/Gui/AppSurfaceGui.cpp | 4 ++-- src/Mod/Surface/Gui/Command.cpp | 4 ++-- src/Mod/Surface/Gui/PreCompiled.cpp | 4 ++-- src/Mod/Surface/Gui/PreCompiled.h | 4 ++-- src/Mod/Surface/Gui/TaskFillingEdge.cpp | 2 +- src/Mod/Surface/Gui/TaskFillingEdge.h | 2 +- src/Mod/Surface/Gui/TaskGeomFillSurface.cpp | 2 +- src/Mod/Surface/Gui/Workbench.cpp | 4 ++-- src/Mod/Surface/Gui/Workbench.h | 4 ++-- src/Mod/Surface/Surface.dox | 7 ++++++- 21 files changed, 32 insertions(+), 27 deletions(-) diff --git a/src/Mod/Surface/App/AppSurface.cpp b/src/Mod/Surface/App/AppSurface.cpp index b980c70097..7b1e064bcb 100644 --- a/src/Mod/Surface/App/AppSurface.cpp +++ b/src/Mod/Surface/App/AppSurface.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureCut.cpp b/src/Mod/Surface/App/FeatureCut.cpp index 6d98598d20..e950d672aa 100644 --- a/src/Mod/Surface/App/FeatureCut.cpp +++ b/src/Mod/Surface/App/FeatureCut.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureCut.h b/src/Mod/Surface/App/FeatureCut.h index a7679ac1b9..83ee9de87b 100644 --- a/src/Mod/Surface/App/FeatureCut.h +++ b/src/Mod/Surface/App/FeatureCut.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureExtend.cpp b/src/Mod/Surface/App/FeatureExtend.cpp index d99c86df04..389ea9986d 100644 --- a/src/Mod/Surface/App/FeatureExtend.cpp +++ b/src/Mod/Surface/App/FeatureExtend.cpp @@ -58,7 +58,7 @@ Extend::Extend() : lockOnChangeMutex(false) ADD_PROPERTY(ExtendUPos, (0.05)); ExtendUPos.setConstraints(&ExtendRange); ADD_PROPERTY(ExtendUSymetric, (true)); - + ADD_PROPERTY(ExtendVNeg, (0.05)); ExtendVNeg.setConstraints(&ExtendRange); ADD_PROPERTY(ExtendVPos, (0.05)); diff --git a/src/Mod/Surface/App/FeatureFilling.cpp b/src/Mod/Surface/App/FeatureFilling.cpp index 91a256d307..2b3b9a4a20 100644 --- a/src/Mod/Surface/App/FeatureFilling.cpp +++ b/src/Mod/Surface/App/FeatureFilling.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureFilling.h b/src/Mod/Surface/App/FeatureFilling.h index 9e1f1f6b8c..26ccc85d3d 100644 --- a/src/Mod/Surface/App/FeatureFilling.h +++ b/src/Mod/Surface/App/FeatureFilling.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureGeomFillSurface.cpp b/src/Mod/Surface/App/FeatureGeomFillSurface.cpp index 933f1b520a..8bad1eba8c 100644 --- a/src/Mod/Surface/App/FeatureGeomFillSurface.cpp +++ b/src/Mod/Surface/App/FeatureGeomFillSurface.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014-2015 Nathan Miller * + * Copyright (c) 2014-2015 Nathan Miller * * Balázs Bámer * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Mod/Surface/App/FeatureGeomFillSurface.h b/src/Mod/Surface/App/FeatureGeomFillSurface.h index b06dfa0387..905b8e79c5 100644 --- a/src/Mod/Surface/App/FeatureGeomFillSurface.h +++ b/src/Mod/Surface/App/FeatureGeomFillSurface.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014-2015 Nathan Miller * + * Copyright (c) 2014-2015 Nathan Miller * * Balázs Bámer * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Mod/Surface/App/FeatureSewing.cpp b/src/Mod/Surface/App/FeatureSewing.cpp index 2ce3470797..c4f278cfba 100644 --- a/src/Mod/Surface/App/FeatureSewing.cpp +++ b/src/Mod/Surface/App/FeatureSewing.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/FeatureSewing.h b/src/Mod/Surface/App/FeatureSewing.h index fb4534a079..c12978403a 100644 --- a/src/Mod/Surface/App/FeatureSewing.h +++ b/src/Mod/Surface/App/FeatureSewing.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/App/PreCompiled.cpp b/src/Mod/Surface/App/PreCompiled.cpp index 864a8235a6..cfd0e9a769 100644 --- a/src/Mod/Surface/App/PreCompiled.cpp +++ b/src/Mod/Surface/App/PreCompiled.cpp @@ -21,4 +21,4 @@ ***************************************************************************/ -#include "PreCompiled.h" +#include "PreCompiled.h" diff --git a/src/Mod/Surface/Gui/AppSurfaceGui.cpp b/src/Mod/Surface/Gui/AppSurfaceGui.cpp index dc448da91e..b425cc5688 100644 --- a/src/Mod/Surface/Gui/AppSurfaceGui.cpp +++ b/src/Mod/Surface/Gui/AppSurfaceGui.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller ,* - * Balázs Bámer * + * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Balázs Bámer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/Command.cpp b/src/Mod/Surface/Gui/Command.cpp index e710112254..a8b50169b8 100644 --- a/src/Mod/Surface/Gui/Command.cpp +++ b/src/Mod/Surface/Gui/Command.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2014-2015 Nathan Miller * - * Balázs Bámer * + * Copyright (c) 2014-2015 Nathan Miller * + * Copyright (c) 2014-2015 Balázs Bámer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/PreCompiled.cpp b/src/Mod/Surface/Gui/PreCompiled.cpp index 50c5f6f34e..cfd0e9a769 100644 --- a/src/Mod/Surface/Gui/PreCompiled.cpp +++ b/src/Mod/Surface/Gui/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * @@ -21,4 +21,4 @@ ***************************************************************************/ -#include "PreCompiled.h" +#include "PreCompiled.h" diff --git a/src/Mod/Surface/Gui/PreCompiled.h b/src/Mod/Surface/Gui/PreCompiled.h index a99076de6a..7aad7ee934 100644 --- a/src/Mod/Surface/Gui/PreCompiled.h +++ b/src/Mod/Surface/Gui/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * @@ -71,4 +71,4 @@ #endif //_PreComp_ -#endif // GUI_PRECOMPILED_H +#endif // GUI_PRECOMPILED_H diff --git a/src/Mod/Surface/Gui/TaskFillingEdge.cpp b/src/Mod/Surface/Gui/TaskFillingEdge.cpp index e01e1420c3..7ea642fbf4 100644 --- a/src/Mod/Surface/Gui/TaskFillingEdge.cpp +++ b/src/Mod/Surface/Gui/TaskFillingEdge.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2017 Werner Mayer * - * Christophe Grellier * + * Copyright (c) 2017 Christophe Grellier * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/TaskFillingEdge.h b/src/Mod/Surface/Gui/TaskFillingEdge.h index 16222cbe94..4c66b5f120 100644 --- a/src/Mod/Surface/Gui/TaskFillingEdge.h +++ b/src/Mod/Surface/Gui/TaskFillingEdge.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2017 Werner Mayer * - * Christophe Grellier * + * Copyright (c) 2017 Christophe Grellier * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp b/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp index 38b592adba..7ec3be91d6 100644 --- a/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp +++ b/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2015 Balázs Bámer * - * Werner Mayer * + * Copyright (c) 2015 Werner Mayer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/Workbench.cpp b/src/Mod/Surface/Gui/Workbench.cpp index 10928b4f2a..f24b7f5ba6 100644 --- a/src/Mod/Surface/Gui/Workbench.cpp +++ b/src/Mod/Surface/Gui/Workbench.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * - * Balázs Bámer * + * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Balázs Bámer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Surface/Gui/Workbench.h b/src/Mod/Surface/Gui/Workbench.h index 468bb491ec..d82b2a203b 100644 --- a/src/Mod/Surface/Gui/Workbench.h +++ b/src/Mod/Surface/Gui/Workbench.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Nathan Miller * + * Copyright (c) 2014 Nathan Miller * * * * This file is part of the FreeCAD CAx development system. * * * @@ -44,4 +44,4 @@ protected: } // namespace SurfaceGui -#endif // Surface_WORKBENCH_H +#endif // Surface_WORKBENCH_H diff --git a/src/Mod/Surface/Surface.dox b/src/Mod/Surface/Surface.dox index 74af270ff2..25b214d504 100644 --- a/src/Mod/Surface/Surface.dox +++ b/src/Mod/Surface/Surface.dox @@ -1,3 +1,8 @@ /** \defgroup TEMPLATE Surface - * \ingroup WORKBENCHES */ + * \ingroup WORKBENCHES + * \brief Multi paragraph description goes here + +See \ref src/Mod/Draft/draft.dox as an example of how to populate this page + + */