Parcourir la source

editorial fix to the class document: remove an unnecessary doxygen tag in \code block.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac404@3445 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 14 ans
Parent
commit
ba422c4d7e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/rdatafields.h

+ 1 - 1
src/lib/dns/rdatafields.h

@@ -105,7 +105,7 @@ getFieldSpecData()-> { compressible name { compressible name { other data
 /// source such as a zone file) in the serialized format and store a copy of
 /// the data somewhere in memory.  The following code sample implements this
 /// scenario:
-/// \code // assume "rdata" is a reference type to \c Rdata
+/// \code // assume "rdata" is a reference type to Rdata
 /// const RdataFields fields(rdata);
 /// const unsigned int nfields = fields.getFieldCount();
 /// memcpy(some_place, fields.getFieldSpecData(), nfields*sizeof(FieldSpec));