summaryrefslogtreecommitdiff
path: root/src/context/cdlist_forward.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-08 05:13:53 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-08 05:13:53 +0000
commit02fb5a3a3219158e8c1b31a737c0a17182e8d91e (patch)
tree1111e1b535eea96a219fcf0d9965d2637734dbce /src/context/cdlist_forward.h
parent843693ecaa8190221e78d29ba0338e800b663f89 (diff)
Public interface review items:
* don't document internal-only stuff (like DefaultCleanup for CDLists) * NoSuchFunctionException -> TypeCheckingException
Diffstat (limited to 'src/context/cdlist_forward.h')
-rw-r--r--src/context/cdlist_forward.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context/cdlist_forward.h b/src/context/cdlist_forward.h
index 78557afd2..62c0b80f6 100644
--- a/src/context/cdlist_forward.h
+++ b/src/context/cdlist_forward.h
@@ -36,6 +36,8 @@
#include <memory>
+/// \cond internals
+
namespace __gnu_cxx {
template <class Key> struct hash;
}/* __gnu_cxx namespace */
@@ -52,6 +54,8 @@ public:
template <class T, class CleanUp = DefaultCleanUp<T>, class Allocator = std::allocator<T> >
class CDList;
+/// \endcond
+
}/* CVC4::context namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback