diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-06-25 13:51:48 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2018-06-25 13:51:48 +0200 |
| commit | fc8b744aac786e416e6663490f2efbf40b016964 (patch) | |
| tree | 76b2a3db239dfb156cb9996ca50566b3a8928c77 /src/Lang/Cpp/CppToken.ts | |
| parent | a87c10f87bb8e3a93fb95a0b066e1df148b08e5a (diff) | |
| download | doxdocgen-fc8b744aac786e416e6663490f2efbf40b016964.tar.gz | |
Parse member pointers correctly
Diffstat (limited to 'src/Lang/Cpp/CppToken.ts')
| -rw-r--r-- | src/Lang/Cpp/CppToken.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Lang/Cpp/CppToken.ts b/src/Lang/Cpp/CppToken.ts index f229e8f..61b78b7 100644 --- a/src/Lang/Cpp/CppToken.ts +++ b/src/Lang/Cpp/CppToken.ts @@ -13,6 +13,7 @@ export enum CppTokenType { CommentLine, Ellipsis, Attribute, + MemberPointer, } export class CppToken { |