2009-08-16 39 views
0

我在头文件是像行:在头文件奇怪

public: 
    //! @name Constructor/Destructor 
    //@{ 
    //! Constructor. 
     CP_AboutBox(CP_Application_Imp *inOwnerApp); 
     virtual ~CP_AboutBox() throw(); 
    //@} 

    //! @name Instance 
    //@{ 
     static CP_AboutBox     *Instance(); 
    //@} 

    //! @name Display 
    //@{ 
     void Display(const CP_String& inDescription = CP_String("")); 
    //@} 

    //! @name Setters 
    //@{ 

这是怎么一回事@name Instance@name Display

是不是Doxygen?

回答