diff options
Diffstat (limited to 'src/doctokenizer.h')
-rw-r--r-- | src/doctokenizer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doctokenizer.h b/src/doctokenizer.h index 5036f19..048558e 100644 --- a/src/doctokenizer.h +++ b/src/doctokenizer.h @@ -3,7 +3,7 @@ * * * - * Copyright (C) 1997-2012 by Dimitri van Heesch. + * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -60,7 +60,8 @@ enum Tokens RetVal_Internal = 0x10011, RetVal_SwitchLang = 0x10012, RetVal_CloseXml = 0x10013, - RetVal_EndBlockQuote = 0x10014 + RetVal_EndBlockQuote = 0x10014, + RetVal_CopyDoc = 0x10015 }; /** @brief Data associated with a token used by the comment block parser. */ |