We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bf91e commit 13978f3Copy full SHA for 13978f3
src/layout.h
@@ -102,7 +102,7 @@ struct LayoutDocEntrySection: public LayoutDocEntrySimple
102
LayoutDocEntrySection(Kind k,const QCString &tl,bool v) :
103
LayoutDocEntrySimple(k,v), m_title(tl) {}
104
QCString title(SrcLangExt lang) const;
105
- std::string id() const override { return entryToString() + ":" + m_title.str(); }
+ std::string id() const override { return entryToString(); }
106
private:
107
QCString m_title;
108
};
0 commit comments