Cleanup in doxygen stuff

This commit is contained in:
Yorik van Havre
2019-07-15 23:20:52 -03:00
parent f2fdc0fde7
commit a6334a4bfd
26 changed files with 141 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
/** \addtogroup WORKBENCHES
Additional functionality and GUI tools
Most of FreeCAD's functionality is defined in dedicated Workbenches
Those plugins, also called \b modules or \b worbenches, provide
functionality for specialized facets of FreeCAD. The word \b module
@@ -12,18 +12,16 @@
Some of these modules are programmed in C++, others in Python, and some
in a mix of C++ and Python.
\b Warning: Some are really work-in-progress and are not yet included in
the official builds
*/
/** \defgroup PYTHONWORKBENCHES Python workbenches
* \ingroup WORKBENCHES
* \brief Those are workbenches programmed fully in Python
*/
/** \defgroup CWORKBENCHES C++ workbenches
* \ingroup WORKBENCHES
* \brief Those are workbenches programmed primarily in C++. They usually provide a Python API as well.
* \brief These workbenches are programmed primarily in C++, but most provide a Python API as well.
*/
/** \defgroup PYTHONWORKBENCHES Python workbenches
* \ingroup WORKBENCHES
* \brief Those are workbenches programmed primarily in Python
*/
/** \defgroup UTILITIES Utility modules