2009-08-16 78 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?

回答