summaryrefslogtreecommitdiffstats
path: root/src/docgroup.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 12:49:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-30 12:49:27 (GMT)
commit061955f3eedea881c906626bed4bc71da3e73355 (patch)
treeae0e37afe6706ee2dc326db2d4110a0954239d69 /src/docgroup.h
parent6c2946ad3265075b63a952b75716844af47bcfac (diff)
parente1e135b8a3a75986240e972686bcc5ad3e4f185c (diff)
downloadDoxygen-061955f3eedea881c906626bed4bc71da3e73355.zip
Doxygen-061955f3eedea881c906626bed4bc71da3e73355.tar.gz
Doxygen-061955f3eedea881c906626bed4bc71da3e73355.tar.bz2
Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxygen into albert-github-feature/regr_7105_2
Diffstat (limited to 'src/docgroup.h')
-rw-r--r--src/docgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docgroup.h b/src/docgroup.h
index 38ee997..4ce9af9 100644
--- a/src/docgroup.h
+++ b/src/docgroup.h
@@ -32,7 +32,7 @@ class DocGroup
void leaveFile(const char *fileName,int line);
void enterCompound(const char *fileName,int line,const char *name);
void leaveCompound(const char *,int,const char * /*name*/);
- void open(Entry *e,const char *,int);
+ void open(Entry *e,const char *,int,bool implicit=false);
void close(Entry *e,const char *fileName,int line,bool foundInline);
void initGroupInfo(Entry *e);
bool isEmpty() const;