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
|
||||
/**-------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user