2 // Compiler implementation of the D programming language
3 // Copyright (c) 1999-2006 by Digital Mars
5 // initial header generation implementation by Dave Fladebo
6 // http://www.digitalmars.com
7 // License for redistribution is by either the Artistic License
8 // in artistic.txt, or the GNU General Public License in gnu.txt.
9 // See the included readme.txt for details.
14 int hdrgen
; // 1 if generating header file
15 int ddoc
; // 1 if generating Ddoc file
16 int console
; // 1 if writing to console
31 HdrGenState() { memset(this, 0, sizeof(HdrGenState
)); }