]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2417] Minor: removed <b> tag in the documentation.
authorMarcin Siodelski <marcin@isc.org>
Tue, 6 Nov 2012 17:08:00 +0000 (18:08 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 6 Nov 2012 17:08:00 +0000 (18:08 +0100)
src/lib/dhcp/option_definition.h

index 14a0bb11d6a96f9fd8aaf8a075be771a8c3e2d3f..166765facd100760c1ab24902df53a88e8d00a07 100644 (file)
@@ -419,7 +419,7 @@ private:
 /// with a specified option code (aka option type).
 /// Note that this container can hold multiple options with the
 /// same code. For this reason, the latter index can be used to
-/// obtain a <b>range of options for a particular option code.
+/// obtain a range of options for a particular option code.
 /// 
 /// @todo: need an index to search options using option space name
 /// once option spaces are implemented.