Browse Source

[2157] add notes for fillNodes

Yoshitaka Aharen 12 years ago
parent
commit
3e2516ee09
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bin/auth/statistics.cc.pre

+ 4 - 0
src/bin/auth/statistics.cc.pre

@@ -42,6 +42,10 @@ using namespace isc::auth::statistics;
 
 namespace {
 
+/// \brief Fill ItemTreePtr with given counter.
+/// \param counter Counter which stores values to fill
+/// \param type_tree CounterSpec corresponding to counter for building item name
+/// \param trees ItemTreePtr to be filled in; caller has ownership of ItemTreePtr
 void
 fillNodes(const Counter& counter,
           const struct isc::auth::statistics::CounterSpec type_tree[],