Moved inline code for CCommentToken::GetClassName to the .cpp file. This
makes doc++ happy git-svn-id: svn://10.0.0.236/trunk@285 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -483,6 +483,10 @@ PRInt32 CCommentToken::Consume(PRUnichar aChar, CScanner* aScanner) {
|
||||
return result;
|
||||
};
|
||||
|
||||
const char* CCommentToken::GetClassName(void)
|
||||
{
|
||||
return "/**/";
|
||||
}
|
||||
|
||||
#ifdef TOKENIZE_CRLF
|
||||
/**-------------------------------------------------------
|
||||
|
||||
@@ -155,7 +155,7 @@ class CCommentToken: public CHTMLToken {
|
||||
public:
|
||||
CCommentToken(const nsString& aString);
|
||||
virtual PRInt32 Consume(PRUnichar aChar,CScanner* aScanner);
|
||||
virtual const char* GetClassName(void) {return "/**/";}
|
||||
virtual const char* GetClassName(void);
|
||||
virtual PRInt32 GetTokenType(void) {return eToken_comment;}
|
||||
char mLeadingChar;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user