Doxygen tweaks

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

View File

@@ -34,6 +34,11 @@
#include "UnitsApi.h"
#include "Console.h"
/** \defgroup Units Units system
\ingroup BASE
\brief The quantities and units system enables FreeCAD to work transparently with many different units
*/
// suppress annoying warnings from generated source files
#ifdef _MSC_VER
# pragma warning(disable : 4003)