Browse Source

[master] Add a missing doxygen param description

Jelte Jansen 14 years ago
parent
commit
0ec520e607
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/asiolink/dns_lookup.h

+ 2 - 0
src/lib/asiolink/dns_lookup.h

@@ -63,6 +63,8 @@ public:
     ///
     /// \param io_message The event message to handle
     /// \param message The DNS MessagePtr that needs handling
+    /// \param answer_message The final answer will be constructed in
+    ///                       this MessagePtr
     /// \param buffer The final answer is put here
     /// \param DNSServer DNSServer object to use
     virtual void operator()(const IOMessage& io_message,