Moved inline code for CCommentToken::GetClassName to the .cpp file. This
makes doc++ happy
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
|
||||
/**-------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user