Doxygen tweaks

This commit is contained in:
Yorik van Havre
2019-07-17 18:01:56 -03:00
parent 521fc29eac
commit 057c79c11c
5 changed files with 28 additions and 1 deletions

View File

@@ -42,6 +42,10 @@
using namespace App;
/** \defgroup DocObject Document Object
\ingroup APP
\brief Base class of all objects handled in the Document
*/
PROPERTY_SOURCE(App::DocumentObject, App::TransactionalObject)