Doc: Fixes in doxygen docs for Draft,Arch, FEM

This commit is contained in:
Yorik van Havre
2016-11-17 17:04:09 -02:00
parent e85aa31d76
commit bf0d37bf28
144 changed files with 743 additions and 58 deletions

View File

@@ -475,6 +475,7 @@ void PropertyData::getPropertyList(OffsetBase offsetBase,std::vector<Property*>
/** \defgroup PropFrame Property framework
\ingroup APP
\brief System to access object properties
\section Introduction
The property framework introduces the ability to access attributes (member variables) of a class by name without
knowing the class type. It's like the reflection mechanism of Java or C#.