Browse Source

[2905] refer relevant documentation for ZoneTable::FindResult

it's described in the context of findZone() method.
JINMEI Tatuya 12 years ago
parent
commit
c82208ea06
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/memory/zone_table.h

+ 2 - 0
src/lib/datasrc/memory/zone_table.h

@@ -84,6 +84,8 @@ public:
      };
      };
 
 
     /// \brief Result data of findZone() method.
     /// \brief Result data of findZone() method.
+    ///
+    /// See \c findZone() about the semantics of the members.
     struct FindResult {
     struct FindResult {
         FindResult(result::Result param_code,
         FindResult(result::Result param_code,
                    const ZoneData* param_zone_data,
                    const ZoneData* param_zone_data,