Fix various superfluous whitespace in *.dox files

This commit is contained in:
luz paz
2022-01-09 19:58:57 -05:00
committed by Chris Hennes
parent aa9b853bfb
commit b0fcf45513
19 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
/** \defgroup APP App
* \ingroup CORE
* \ingroup CORE
* \brief The part of FreeCAD that works without GUI (console or server mode)
*/
@@ -8,7 +8,7 @@
\brief The FreeCAD Application layer
This namespace includes Application services of FreeCAD like:
- The Application class
- The Application class
- The Document class

View File

@@ -1,5 +1,5 @@
/** \defgroup GUI Gui
* \ingroup CORE
* \ingroup CORE
* \brief The Graphical User Interface of FreeCAD and the 3D View
*/

View File

@@ -1,4 +1,4 @@
/** \defgroup ADDONMANAGER Addon Manager
* \ingroup PYTHONWORKBENCHES
* \ingroup PYTHONWORKBENCHES
* \brief Application that handles the installation of user-made workbenches and macros
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup DRAWING Drawing
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Manages output of 2D sheets from FreeCAD documents
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup IMAGE Image
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Tools and utilities to work with bitmap images
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup IMPORT Import
* \ingroup UTILITIES
* \ingroup UTILITIES
* brief Utilities to import various file formats using OpenCasCade OCAF
*/

View File

@@ -1,4 +1,4 @@
/** \defgroup MATERIAL Material
* \ingroup UTILITIES
* \ingroup UTILITIES
* \brief Materials support for FreeCAD
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup MESH Mesh
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Tools to work with polygon meshes
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup MESHPART MeshPart
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Part to Mesh (and vice-versa) conversion tools
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup OPENSCAD OpenSCAD
* \ingroup PYTHONWORKBENCHES
* \ingroup PYTHONWORKBENCHES
* \brief Interface with OpenSCAD
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup PARTDESIGN PartDesign
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Complete suite of tools to design Parts based on Sketches
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup PLOT Plot
* \ingroup PYTHONWORKBENCHES
* \ingroup PYTHONWORKBENCHES
* \brief Utilities and tools to draw curves diagrams
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup POINTS Points
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Tools to work with point clouds
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup RAYTRACING Raytracing
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Provides tools to generate rendered images using external renderers
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup ROBOT Robot
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Simulates 6-axis robot movements
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup SKETCHER Sketcher
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Constrained 2D objects
*/

View File

@@ -1,4 +1,4 @@
/** \defgroup TECHDRAW TechDraw
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief Framework to produce 2D drawing from FreeCAD documents. The successor of Drawing
*/

View File

@@ -1,5 +1,5 @@
/** \defgroup WEB Web
* \ingroup CWORKBENCHES
* \ingroup CWORKBENCHES
* \brief The webkit-based web browser of FreeCAD
See \ref src/Mod/Draft/draft.dox as an example of how to populate this page

View File

@@ -8,7 +8,7 @@
workbenches are defined in modules, but not all modules contain a
workbench. Practically, though, all the main modules define a
workbench with the same name, so the terms are almost interchangeable.
Some of these modules are programmed in C++, others in Python, and some
in a mix of C++ and Python.