diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-26 18:52:22 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-26 18:52:22 (GMT) |
commit | 704253e04cc098b9cbc52ffbc82ef3de23b349e7 (patch) | |
tree | 888e1c2b9f5a4b736dacc9a4ec34b94ac3849757 /src/entry.h | |
parent | e01f902ec8cc9f8aa417e68522b6b66c29be9669 (diff) | |
download | Doxygen-704253e04cc098b9cbc52ffbc82ef3de23b349e7.zip Doxygen-704253e04cc098b9cbc52ffbc82ef3de23b349e7.tar.gz Doxygen-704253e04cc098b9cbc52ffbc82ef3de23b349e7.tar.bz2 |
Release-1.1.1-20000326
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h index 4d1c1c4..3514e85 100644 --- a/src/entry.h +++ b/src/entry.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * * * Copyright (C) 1997-2000 by Dimitri van Heesch. * @@ -139,7 +139,8 @@ class Entry DEFINE_SEC = 0x00f00000, GROUPDOC_SEC = 0x01000000, USINGDIR_SEC = 0x01100000, - MAINPAGEDOC_SEC = 0x01200000 + MAINPAGEDOC_SEC = 0x01200000, + MEMBERGRP_SEC = 0x01300000 }; Entry(); |