]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2268] doxigen editorial fixes: use \code for code snippet; folded a long line
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 21:40:13 +0000 (14:40 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 9 Oct 2012 21:40:13 +0000 (14:40 -0700)
src/lib/datasrc/memory/zone_data_updater.h

index 6ccad2627a38d9d4e44e9463a540b436e442f27d..eda204ae36cb49808983ea68e5c60864e9046ace 100644 (file)
@@ -40,9 +40,11 @@ namespace memory {
 /// The way to use this is to make a ZoneDataUpdater instance, and call
 /// add() on it as follows:
 ///
+/// \code
 /// ZoneDataUpdater updater(mem_sgmt, rrclass, zone_origin_name, zone_data);
 /// ConstRRsetPtr rrset;
 /// updater.add(rrset, ConstRRsetPtr());
+/// \endcode
 ///
 /// We enforce that instances are non-copyable as it's pointless to make
 /// copies.
@@ -59,7 +61,8 @@ public:
     ///
     /// \param mem_sgmt The memory segment used for the zone data.
     /// \param rrclass The RRclass of the zone data.
-    /// \param zone_name The Name of the zone under which records will be added.
+    /// \param zone_name The Name of the zone under which records will be
+    ///                  added.
     //  \param zone_data The ZoneData object which is populated with
     //                   record data.
     ZoneDataUpdater(util::MemorySegment& mem_sgmt,