summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-06-17 01:39:59 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-06-17 01:39:59 +0100
commit2df0b5d9cf1cf2cde726d4bfe67dc94232026129 (patch)
tree766e01ac9f60e312eca1fcf23b95e1048b2494d1
parentAdd missing doxygen comment (diff)
downloadlibdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.tar.bz2
libdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.tar.xz
libdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.zip
Add doxygen exclude markers
-rw-r--r--libdbpp/selectcommandUtil.impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbpp/selectcommandUtil.impl.h b/libdbpp/selectcommandUtil.impl.h
index 26ff1b7..26e9635 100644
--- a/libdbpp/selectcommandUtil.impl.h
+++ b/libdbpp/selectcommandUtil.impl.h
@@ -5,6 +5,7 @@
#include <boost/function.hpp>
#include <boost/utility/enable_if.hpp>
+/// @cond
namespace DB {
template<typename Fields, typename Func, unsigned int field, typename ... Fn>
inline typename boost::disable_if_c<field < std::tuple_size<Fields>::value>::type
@@ -30,6 +31,7 @@ namespace DB {
}
}
}
+/// @endcond
#endif