diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-03-17 21:39:04 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-03-17 21:39:04 (GMT) |
commit | fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea (patch) | |
tree | eb947bb0b492c9a33c255c9ec3928913cbf938c7 /src/doxygen.cpp | |
parent | 91ac89e271d81507ce5d8bf5b821d80aedd6ec3e (diff) | |
download | Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.zip Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.gz Doxygen-fc0deb3d8c9dad128e1d5f5c90a5dfc0b9d60eea.tar.bz2 |
Release-1.3-rc3-20030317
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index f25adf4..c72fe21 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -7521,6 +7521,8 @@ void parseInput() int sp;for (sp=0;sp<tabSize;sp++) spaces.at(sp)=' '; spaces.at(tabSize)='\0'; + compoundKeywordDict.insert("template class",(void *)8); + compoundKeywordDict.insert("template struct",(void *)8); compoundKeywordDict.insert("class",(void *)8); compoundKeywordDict.insert("struct",(void *)8); compoundKeywordDict.insert("union",(void *)8); |