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

@@ -35,8 +35,17 @@ if FreeCAD.GuiUp:
from DraftTools import translate
else:
FreeCADGui = None
# \cond
def translate(ctxt,txt):
return txt
# \endcond
## @package importWebGL
# \ingroup ARCH
# \brief WebGL file format exporter
#
# This module provides tools to export HTML files containing the
# exported objects in WebGL format and a simple three.js-based viewer.
tab = " " # the tab size
wireframeStyle = "faceloop" # this can be "faceloop", "multimaterial" or None