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:
troy
1998-04-15 00:33:06 +00:00
parent 5e2a2aeefa
commit ce68d1535f
4 changed files with 10 additions and 2 deletions

View File

@@ -483,6 +483,10 @@ PRInt32 CCommentToken::Consume(PRUnichar aChar, CScanner* aScanner) {
return result;
};
const char* CCommentToken::GetClassName(void)
{
return "/**/";
}
#ifdef TOKENIZE_CRLF
/**-------------------------------------------------------