diff options
Diffstat (limited to 'src/docparser.h')
-rw-r--r-- | src/docparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docparser.h b/src/docparser.h index 6ad4457..9adb540 100644 --- a/src/docparser.h +++ b/src/docparser.h @@ -886,7 +886,7 @@ class DocSimpleSect : public CompAccept<DocSimpleSect>, public DocNode enum Type { Unknown, See, Return, Author, Authors, Version, Since, Date, - Note, Warning, Pre, Post, Invar, Remark, Attention, User, Rcs + Note, Warning, Copyright, Pre, Post, Invar, Remark, Attention, User, Rcs }; DocSimpleSect(DocNode *parent,Type t); virtual ~DocSimpleSect(); |