Moved inline code for CCommentToken::GetClassName to the .cpp file. This

makes doc++ happy
This commit is contained in:
troy
1998-04-15 00:33:06 +00:00
parent 3289cace38
commit 287019901a
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
/**-------------------------------------------------------