Fix various superfluous whitespace in *.dox files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** \defgroup ADDONMANAGER Addon Manager
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \brief Application that handles the installation of user-made workbenches and macros
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup DRAWING Drawing
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Manages output of 2D sheets from FreeCAD documents
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup IMAGE Image
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Tools and utilities to work with bitmap images
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup IMPORT Import
|
||||
* \ingroup UTILITIES
|
||||
* \ingroup UTILITIES
|
||||
* brief Utilities to import various file formats using OpenCasCade OCAF
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** \defgroup MATERIAL Material
|
||||
* \ingroup UTILITIES
|
||||
* \ingroup UTILITIES
|
||||
* \brief Materials support for FreeCAD
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup MESH Mesh
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Tools to work with polygon meshes
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup MESHPART MeshPart
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Part to Mesh (and vice-versa) conversion tools
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup OPENSCAD OpenSCAD
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \brief Interface with OpenSCAD
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup PARTDESIGN PartDesign
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Complete suite of tools to design Parts based on Sketches
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup PLOT Plot
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \ingroup PYTHONWORKBENCHES
|
||||
* \brief Utilities and tools to draw curves diagrams
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup POINTS Points
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Tools to work with point clouds
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup RAYTRACING Raytracing
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Provides tools to generate rendered images using external renderers
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup ROBOT Robot
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Simulates 6-axis robot movements
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/** \defgroup SKETCHER Sketcher
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Constrained 2D objects
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/** \defgroup TECHDRAW TechDraw
|
||||
* \ingroup CWORKBENCHES
|
||||
* \ingroup CWORKBENCHES
|
||||
* \brief Framework to produce 2D drawing from FreeCAD documents. The successor of Drawing
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user