Doc: Further fixes to doxygen docs

This commit is contained in:
Yorik van Havre
2016-11-24 17:59:21 -02:00
parent bcb1534391
commit 21dcfd442c
7 changed files with 34 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
/** \defgroup IMPORT Import
* \ingroup UTILITIES */
* \ingroup UTILITIES
* brief Utilities to import various file formats using OpenCasCade OCAF
*/

View File

@@ -27,6 +27,9 @@ __doc__ = """BOPTools Package (part of FreeCAD). Routines that power Connect, Em
BooleanFragments, Slice and XOR features of Part Workbench. Useful for other custom
BOP-like operations"""
## @package BOPTools
# \ingroup PART
__all__ = [
"GeneralFuseResult",
"JoinAPI",

View File

@@ -1,5 +1,5 @@
/** \defgroup SHIP Ship
* \ingroup UTILITIES
* \ingroup PYTHONWORKBENCHES
* \brief Tools towork with ship hulls
*/