Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Aug 2, 2019
1 parent 7a10b6e commit 570c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class DocGroup
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,bool implicit=false);
void close(Entry *e,const char *fileName,int line,bool foundInline,bool imlicit=false);
void close(Entry *e,const char *fileName,int line,bool foundInline,bool implicit=false);
void initGroupInfo(Entry *e);
bool isEmpty() const;
void clearHeader();
Expand Down

0 comments on commit 570c227

Please sign in to comment.