Mod: Remove Doxygen special commands from Python docstrings
These don't work by default in Doxygen [1] and cause Python syntax warnings. [1] https://www.doxygen.nl/manual/docblocks.html#pythonblocks
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#
|
||||
# This module provides support for importing airfoil .dat files
|
||||
'''@package importAirfoilDAT
|
||||
\ingroup DRAFT
|
||||
\brief Airfoil (.dat) file importer
|
||||
Airfoil (.dat) file importer
|
||||
|
||||
This module provides support for importing airfoil .dat files.
|
||||
'''
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
# \ingroup DRAFT
|
||||
# \brief OCA (Open CAD Format) file importer & exporter
|
||||
'''@package importOCA
|
||||
\ingroup DRAFT
|
||||
\brief OCA (Open CAD Format) file importer & exporter
|
||||
OCA (Open CAD Format) file importer & exporter
|
||||
|
||||
This module provides support for importing from and exporting to
|
||||
the OCA format or GCAD format from GCAD3D (http://www.gcad3d.org/).
|
||||
|
||||
Reference in New Issue
Block a user