From e72dbaabe155fa33985728feb06b5c386ad27c72 Mon Sep 17 00:00:00 2001 From: dhickin Date: Mon, 8 Jun 2015 10:06:06 +0100 Subject: [PATCH] Add some doxygen --- src/pv/pvIntrospect.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/pv/pvIntrospect.h b/src/pv/pvIntrospect.h index 071b7b0..3166407 100644 --- a/src/pv/pvIntrospect.h +++ b/src/pv/pvIntrospect.h @@ -650,6 +650,11 @@ public: * Default structure ID. */ static std::string DEFAULT_ID; + + /** + * Get the default structure ID. + * @return The default structure ID. + */ static std::string & defaultId(); /** @@ -755,12 +760,22 @@ public: * Default union ID. */ static std::string DEFAULT_ID; + + /** + * Get the default union ID. + * @return The default union ID. + */ static std::string & defaultId(); /** * Default variant union ID. */ static std::string ANY_ID; + + /** + * Get the default variant union ID. + * @return The default variant union ID. + */ static std::string & anyId(); /**