[vtkusers] Set/Get Macros and doxygen

Bruce.Lamond at ed.ac.uk Bruce.Lamond at ed.ac.uk
Thu May 29 06:52:18 EDT 2003


Hi there,

In the vtk source files, special set/get macros are used which get expanded
into accessor methods when doxygen generates the documentation. I'm wondering
how to configure the doxygen Doxyfile config file to achieve this behaviour.
 
eg in vtkNewClass.h:
---------------------------------------
class vtkNewClass {
public:
  vtkSetMacro(FileName, int);
};
------------------------------------------- 
in the documentation this has expanded to :
-----------------------------------------
Public Methods:
 
SetFileName(int)
---------------------------------------------- 
Anyone got any ideas how this is done?

cheers,

Bruce


             ################################################
             # Bruce Lamond                                 #
             # Edinburgh Virtual Environment Centre (EdVEC) #
             # University of Edinburgh                      #
             # JCMB room 2403                               #
             # The Kings Buildings                          #
             # West Mains Road                              #
             # Edinburgh EH9 3JZ                            # 
             # UK                                           #
             # www.edvec.ed.ac.uk                           #
             # Tel. (00 44 )/(0) 131 650 4981               #
             ################################################



More information about the vtkusers mailing list