summaryrefslogtreecommitdiff
path: root/src/context/cdhashset_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashset_forward.h')
-rw-r--r--src/context/cdhashset_forward.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context/cdhashset_forward.h b/src/context/cdhashset_forward.h
index 01482ed34..5d02d734f 100644
--- a/src/context/cdhashset_forward.h
+++ b/src/context/cdhashset_forward.h
@@ -28,6 +28,8 @@
#ifndef __CVC4__CONTEXT__CDSET_FORWARD_H
#define __CVC4__CONTEXT__CDSET_FORWARD_H
+/// \cond internals
+
namespace __gnu_cxx {
template <class Key> struct hash;
}/* __gnu_cxx namespace */
@@ -39,4 +41,6 @@ namespace CVC4 {
}/* CVC4::context namespace */
}/* CVC4 namespace */
+/// \endcond
+
#endif /* __CVC4__CONTEXT__CDSET_FORWARD_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback