diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-11 18:24:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-02-11 18:24:41 (GMT) |
commit | 863353b89b228b87789e6d6c9257605acd796fff (patch) | |
tree | f98b164f024c28a0d6378b68142ed268239dba97 /src/scanner.l | |
parent | 1b90a1cf58b6b94d00e28d8212828956e8f9d177 (diff) | |
download | Doxygen-863353b89b228b87789e6d6c9257605acd796fff.zip Doxygen-863353b89b228b87789e6d6c9257605acd796fff.tar.gz Doxygen-863353b89b228b87789e6d6c9257605acd796fff.tar.bz2 |
Release-1.2.5-20010211
Diffstat (limited to 'src/scanner.l')
-rw-r--r-- | src/scanner.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scanner.l b/src/scanner.l index 413b489..452ee69 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -264,6 +264,7 @@ static void addSection() if (Doxygen::sectionDict.find(sectionLabel)==0) { SectionInfo *si=new SectionInfo(sectionLabel,sectionTitle,sectionType); + si->fileName = current->name; //printf("Adding section addr=%p label=`%s' sectionTitle=`%s' fileName=%s\n",si,sectionLabel.data(),sectionTitle.data(),si->fileName.data()); Doxygen::sectionDict.insert(sectionLabel,si); current->anchors->append(new QCString(sectionLabel)); |