diff options
Diffstat (limited to 'src/lib/dns/rdata/generic/opt_41.h')
-rw-r--r-- | src/lib/dns/rdata/generic/opt_41.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/rdata/generic/opt_41.h b/src/lib/dns/rdata/generic/opt_41.h index ecdaccf280..0c00aed20c 100644 --- a/src/lib/dns/rdata/generic/opt_41.h +++ b/src/lib/dns/rdata/generic/opt_41.h @@ -65,7 +65,7 @@ public: /// \param data The OPTION-DATA field of the pseudo RR. /// \param length The size of the \c data argument. OPTION-LENGTH is /// set to this size. - /// \throw \c isc::InvalidParameter if this pseudo RR would cause + /// \throw isc::InvalidParameter if this pseudo RR would cause /// the OPT RDATA to overflow its RDLENGTH. void appendPseudoRR(uint16_t code, const uint8_t* data, uint16_t length); |