summaryrefslogtreecommitdiffstats
path: root/src/section.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-28 20:38:57 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2002-11-28 20:38:57 (GMT)
commitf3e7209fed9703e8be668753d1083ba335121a6e (patch)
tree229ba1f0bd2e721f4cc81307b63d8c79051d1bc4 /src/section.h
parente952dab58265a6f21867e51f72d7d81ffe39e082 (diff)
downloadDoxygen-f3e7209fed9703e8be668753d1083ba335121a6e.zip
Doxygen-f3e7209fed9703e8be668753d1083ba335121a6e.tar.gz
Doxygen-f3e7209fed9703e8be668753d1083ba335121a6e.tar.bz2
Release-1.3-rc1-20021128
Diffstat (limited to 'src/section.h')
-rw-r--r--src/section.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/section.h b/src/section.h
index b1138b0..8210bfc 100644
--- a/src/section.h
+++ b/src/section.h
@@ -29,9 +29,15 @@ class PageInfo;
struct SectionInfo
{
- enum SectionType { Page, Section, Subsection, Subsubsection, Paragraph, Anchor };
- SectionInfo(const char *l,const char *t,SectionType st,const char *r=0)
- { label=l; title=t; type=st; ref=r; definition=0; pageRef=0; generated=FALSE; }
+ enum SectionType { Page, Section, Subsection,
+ Subsubsection, Paragraph, Anchor
+ };
+ SectionInfo(const char *f,const char *l,const char *t,
+ SectionType st,const char *r=0)
+ { label=l; title=t; type=st; ref=r;
+ definition=0; pageRef=0; generated=FALSE;
+ fileName=f;
+ }
~SectionInfo() {}
QCString label;
QCString title;