diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,7 +86,8 @@ extern bool getDefs(const QCString &scopeName, NamespaceDef *&nd, GroupDef *&gd, bool forceEmptyScope=FALSE, - FileDef *currentFile=0 + FileDef *currentFile=0, + bool checkCV=FALSE ); extern bool generateRef(OutputDocInterface &od,const char *, |