From 77ce15afad9936a27cd0572eac01a7c9993a5e20 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Jan 2017 14:55:02 +0000 Subject: Fix up doxygen comments --- libdbpp/command.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libdbpp/command.h b/libdbpp/command.h index d9bc853..f8ca7f8 100644 --- a/libdbpp/command.h +++ b/libdbpp/command.h @@ -77,12 +77,17 @@ namespace DB { else \ bindNull(i); \ } + /// @cond OPTWRAPPER(bindParamI); OPTWRAPPER(bindParamF); OPTWRAPPER(bindParamS); OPTWRAPPER(bindParamB); OPTWRAPPER(bindParamT); + /// @endcond +#undef OPTWRAPPER + /// Bind a (possibly null) c-string to parameter i. void bindParamS(unsigned int, const char * const); + /// Bind a (possibly null) c-string to parameter i. void bindParamS(unsigned int, char * const); }; typedef boost::shared_ptr CommandPtr; -- cgit v1.2.3