Browse Source

[jreed-doxygen] remove wrong documentation

Briefly mentioned on jabber.
Jeremy C. Reed 14 years ago
parent
commit
66174ced68
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/lib/dns/rrset.h

+ 0 - 3
src/lib/dns/rrset.h

@@ -278,9 +278,6 @@ public:
     /// name when possible in the context of zone dump.  This is a future
     /// name when possible in the context of zone dump.  This is a future
     /// TODO item.
     /// TODO item.
     ///
     ///
-/* TODO: why does this have a param when not in argument list? */
-    /// \param rrset A reference to a (derived class of) \c AbstractRRset object
-    /// whose content is to be converted.
     /// \return A string representation of the RRset.
     /// \return A string representation of the RRset.
     virtual std::string toText() const = 0;
     virtual std::string toText() const = 0;