From 2bc01a482eb9debba96ff840779b7ecb426be270 Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Sat, 5 Sep 2015 07:34:18 +0100 Subject: [PATCH] Doxygen fixes --- src/nt/nttable.h | 2 +- src/nt/nturi.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/nt/nttable.h b/src/nt/nttable.h index 94171db..5adb5d0 100644 --- a/src/nt/nttable.h +++ b/src/nt/nttable.h @@ -53,7 +53,7 @@ namespace detail { * @param elementType column type, a scalar array. * @return this instance of NTTableBuilder. */ - shared_pointer addColumn(std::string const & name, epics::pvData::ScalarType elememtType); + shared_pointer addColumn(std::string const & name, epics::pvData::ScalarType elementType); /** * Add descriptor field to the NTTable. diff --git a/src/nt/nturi.h b/src/nt/nturi.h index 7bc6a44..90356c4 100644 --- a/src/nt/nturi.h +++ b/src/nt/nturi.h @@ -74,14 +74,6 @@ namespace detail { */ shared_pointer addQueryInt(std::string const & name); - /** - * Add a column of given Scalar type. - * @param name name of the column. - * @param elementType column type, a scalar array. - * @return this instance of NTURIBuilder. - */ - //shared_pointer addColumn(std::string const & name, epics::pvData::ScalarType elememtType); - /** * Create a Structure that represents NTURI. * This resets this instance state and allows new instance to be created.