Cleanup in doxygen stuff
This commit is contained in:
5
src/Mod/Arch/Dice3DS/dice3ds.dox
Normal file
5
src/Mod/Arch/Dice3DS/dice3ds.dox
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
\defgroup DICE3DS Dice 3DS
|
||||
\ingroup EMBEDDED
|
||||
\brief The Dice 3DS library provides 3DStudio files import to the Arch module
|
||||
*/
|
||||
@@ -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
|
||||
|
||||
## @}
|
||||
|
||||
Reference in New Issue
Block a user