summaryrefslogtreecommitdiffstats
path: root/src/lib/resolve
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@ISC.org>2011-07-14 18:07:15 +0200
committerJeremy C. Reed <jreed@ISC.org>2011-07-14 18:07:15 +0200
commit4d18d306085f15ff218dd7dca303aa53122aa2d3 (patch)
treeebf14d44215d73f0af298eed8d578efe48e15cfc /src/lib/resolve
parent[jreed-doxygen] fixed some doxygen parameters (diff)
downloadkea-4d18d306085f15ff218dd7dca303aa53122aa2d3.tar.xz
kea-4d18d306085f15ff218dd7dca303aa53122aa2d3.zip
[jreed-doxygen] fix various doxygen warnings
Fix some typos, wrong tags, get rid of bogus tags. Added some TODOs directly into the docs -- so they will need to be completed too.
Diffstat (limited to 'src/lib/resolve')
-rw-r--r--src/lib/resolve/recursive_query.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/resolve/recursive_query.h b/src/lib/resolve/recursive_query.h
index b9fb80df0b..9124aad242 100644
--- a/src/lib/resolve/recursive_query.h
+++ b/src/lib/resolve/recursive_query.h
@@ -38,7 +38,7 @@ public:
///
/// Adds a round-trip time to the internal vector of times.
///
- /// \param RTT to record.
+ /// \param rtt RTT to record.
void addRtt(uint32_t rtt) {
rtt_.push_back(rtt);
}
@@ -73,6 +73,8 @@ public:
///
/// \param dns_service The DNS Service to perform the recursive
/// query on.
+ /// \param nsas TODO
+ /// \param cache TODO
/// \param upstream Addresses and ports of the upstream servers
/// to forward queries to.
/// \param upstream_root Addresses and ports of the root servers
@@ -147,6 +149,9 @@ public:
/// function resolve().
///
/// \param query_message the full query got from client.
+ /// \param answer_message the full answer received from other server.
+ /// \param buffer TODO
+ /// \param server TODO
/// \param callback callback object
void forward(isc::dns::ConstMessagePtr query_message,
isc::dns::MessagePtr answer_message,