Skip to content

Commit

Permalink
Mod: Remove Doxygen special commands from Python docstrings
Browse files Browse the repository at this point in the history
These don't work by default in Doxygen [1] and cause Python syntax
warnings.

[1] https://www.doxygen.nl/manual/docblocks.html#pythonblocks
  • Loading branch information
cjmayo authored and chennes committed Nov 5, 2024
1 parent 3e7f5bb commit e0cf31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Draft/importAirfoilDAT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'''
Expand Down
3 changes: 1 addition & 2 deletions src/Mod/Draft/importOCA.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit e0cf31b

Please sign in to comment.