17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
/** \defgroup APP App
|
|
* \ingroup CORE
|
|
* \brief The part of FreeCAD that works without GUI (console or server mode)
|
|
*/
|
|
|
|
/** \namespace App
|
|
\ingroup APP
|
|
\brief The FreeCAD Application layer
|
|
|
|
This namespace includes Application services of FreeCAD like:
|
|
- The Application class
|
|
- The Document class
|
|
|
|
|
|
*/
|
|
|