Files
create/src/Doc/primary-groups.dox
2019-07-15 23:20:52 -03:00

16 lines
513 B
Plaintext

/** \defgroup CORE Core
These are the core components of FreeCAD.
It groups the Base classes, and the main components of FreeCAD core,
spread over their App and Gui sides. Core components are programmed in
C++ but provide a broad Python API too. Most of FreeCAD functionality,
however, is defined in Workbenches.
*/
/** \defgroup WORKBENCHES Workbenches
*/
/** \defgroup EMBEDDED Embedded 3rd party libraries
Important tools and libraries incorporated to FreeCAD.
*/