
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
29 lines
618 B
Plaintext
29 lines
618 B
Plaintext
/** \defgroup BASE Base classes
|
|
* \ingroup CORE */
|
|
|
|
/*! \namespace Base
|
|
\brief The namespace of the FreeCAD Base library
|
|
|
|
This namespace includes most of the basic functions of FreeCAD like
|
|
- Console srvices
|
|
- Interpreter (Python binding)
|
|
- Parameter handling
|
|
|
|
and so on......
|
|
*/
|
|
|
|
/** \defgroup BASE Base classes
|
|
* \ingroup CORE */
|
|
|
|
/*! \namespace Base
|
|
\brief The namespace of the FreeCAD Base library
|
|
|
|
This namespace includes most of the basic functions of FreeCAD like
|
|
- Console srvices
|
|
- Interpreter (Python binding)
|
|
- Parameter handling
|
|
|
|
and so on......
|
|
*/
|
|
|