Skip to content

Commit

Permalink
Merge topic 'fix_doxygen_macros'
Browse files Browse the repository at this point in the history
37cac86 Add doxygen macro override for Set/GetSmartPointerMacro

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Merge-request: !11894
  • Loading branch information
sankhesh authored and kwrobot committed Feb 4, 2025
2 parents 8b53d80 + 37cac86 commit 0a1feb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Utilities/Doxygen/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ PREDEFINED = "vtkSetMacro(name,type)= \
virtual void Set##name (type*);" \
"vtkGetObjectMacro(name,type)= \
virtual type *Get##name ();" \
"vtkSetSmartPointerMacro(name,type)= \
virtual void Set##name (type*);" \
"vtkGetSmartPointerMacro(name,type)= \
virtual type *Get##name ();" \
"vtkBooleanMacro(name,type)= \
virtual void name##On (); \
virtual void name##Off ();" \
Expand Down

0 comments on commit 0a1feb3

Please sign in to comment.