summaryrefslogtreecommitdiffstats
path: root/src/docvisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/docvisitor.h')
-rw-r--r--src/docvisitor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/docvisitor.h b/src/docvisitor.h
index 4d4b263..baf5bef 100644
--- a/src/docvisitor.h
+++ b/src/docvisitor.h
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * Copyright (C) 1997-2020 by Dimitri van Heesch.
+ * Copyright (C) 1997-2021 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -96,6 +96,8 @@ class DocVisitor
virtual ~DocVisitor();
int id() const;
CodeParserInterface &getCodeParser(const char *langExt);
+ void pushHidden(bool hide);
+ bool popHidden();
/*! @name Visitor functions for leaf nodes
* @{