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:
Chris Mayo
2024-11-04 19:22:33 +00:00
committed by Chris Hennes
parent cf8355ccb3
commit a8942b19c9
2 changed files with 2 additions and 4 deletions

View File

@@ -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.
'''

View File

@@ -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/).