comparison dmd/DocComment.d @ 187:b0d41ff5e0df

Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
author Abscissa
date Tue, 07 Jun 2011 23:37:34 -0400
parents e3afd1303184
children
comparison
equal deleted inserted replaced
186:1a0c1126bc46 187:b0d41ff5e0df
9 import dmd.Dsymbol; 9 import dmd.Dsymbol;
10 import dmd.OutBuffer; 10 import dmd.OutBuffer;
11 11
12 import dmd.TObject; 12 import dmd.TObject;
13 13
14 import dmd.DDMDExtensions;
15
14 class DocComment : TObject 16 class DocComment : TObject
15 { 17 {
18 mixin insertMemberExtension!(typeof(this));
19
16 Array sections; // Section*[] 20 Array sections; // Section*[]
17 21
18 Section summary; 22 Section summary;
19 Section copyright; 23 Section copyright;
20 Section macros; 24 Section macros;