Cleanup in doxygen stuff

This commit is contained in:
Yorik van Havre
2019-07-15 23:20:52 -03:00
parent f2fdc0fde7
commit a6334a4bfd
26 changed files with 141 additions and 152 deletions

View File

@@ -0,0 +1,5 @@
/**
\defgroup DICE3DS Dice 3DS
\ingroup EMBEDDED
\brief The Dice 3DS library provides 3DStudio files import to the Arch module
*/

View File

@@ -22,8 +22,16 @@
#* *
#***************************************************************************
## \defgroup OFFLINERENDERINGUTILS OfflineRenderingUtils
# \ingroup UTILITIES
# \brief Utility functions to work with FreeCAD files in console mode
#
# Offline rendering utilities
"""
## \addtogroup OFFLINERENDERINGUTILS
# @{
"""@package docstring
OfflineRenderingUtils - Utilities to help producing files with colors from FreeCAD in non-GUI mode
@@ -96,7 +104,6 @@ OfflineRenderingUtils.viewer(scene)
OfflineRenderingUtils.save(doc,filename=baseFileName+"_exported.FCStd",colors=colors,camera=camera)
"""
import sys
import os
import xml.sax
@@ -749,3 +756,5 @@ def extract(filename,inputpath,outputpath=None):
of.close()
else:
return data
## @}