Skip to content
Snippets Groups Projects
Commit 0a1feb39 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon: Committed by Kitware Robot
Browse files

Merge topic 'fix_doxygen_macros'


37cac86a Add doxygen macro override for Set/GetSmartPointerMacro

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Merge-request: !11894
parents 8b53d802 37cac86a
No related branches found
No related tags found
No related merge requests found
......@@ -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 ();" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment