Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
1fa69473
Commit
1fa69473
authored
Jan 07, 2013
by
Mukund Sivaraman
Browse files
[2432] Fix use of \return (use singular form)
parent
3baea8cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/rrset_collection.h
View file @
1fa69473
...
...
@@ -88,7 +88,7 @@ public:
/// RRset(s) matching the \c name, \c rrclass and \c rrtype are
/// removed from the collection.
///
/// \return
s
\c true if a matching RRset was deleted, \c false if no
/// \return \c true if a matching RRset was deleted, \c false if no
/// such RRset exists.
bool
removeRRset
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
...
...
@@ -103,7 +103,7 @@ public:
/// \param name The name of the RRset to search for.
/// \param rrclass The class of the RRset to search for.
/// \param rrtype The type of the RRset to search for.
/// \return
s
The RRset if found, \c NULL otherwise.
/// \return The RRset if found, \c NULL otherwise.
virtual
isc
::
dns
::
ConstRRsetPtr
find
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
const
isc
::
dns
::
RRType
&
rrtype
)
const
;
...
...
src/lib/dns/rrset_collection_base.h
View file @
1fa69473
...
...
@@ -47,7 +47,7 @@ public:
/// \param name The name of the RRset to search for.
/// \param rrtype The type of the RRset to search for.
/// \param rrclass The class of the RRset to search for.
/// \return
s
The RRset if found, \c NULL otherwise.
/// \return The RRset if found, \c NULL otherwise.
virtual
isc
::
dns
::
ConstRRsetPtr
find
(
const
isc
::
dns
::
Name
&
name
,
const
isc
::
dns
::
RRClass
&
rrclass
,
const
isc
::
dns
::
RRType
&
rrtype
)
...
...
@@ -88,7 +88,7 @@ protected:
/// method must return \c false.
///
/// \param other The other iterator to compare against.
/// \return
s
\c true if equal, \c false otherwise.
/// \return \c true if equal, \c false otherwise.
virtual
bool
equals
(
Iter
&
other
)
=
0
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment