diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-17 01:39:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-06-17 01:39:59 +0100 |
commit | 2df0b5d9cf1cf2cde726d4bfe67dc94232026129 (patch) | |
tree | 766e01ac9f60e312eca1fcf23b95e1048b2494d1 | |
parent | Add missing doxygen comment (diff) | |
download | libdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.tar.bz2 libdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.tar.xz libdbpp-2df0b5d9cf1cf2cde726d4bfe67dc94232026129.zip |
Add doxygen exclude markers
-rw-r--r-- | libdbpp/selectcommandUtil.impl.h | 2 |
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 |