Fix warnings caused by unescaped special doxygen chars

This commit is contained in:
George Oikonomou 2015-02-15 17:08:00 +01:00
parent fb22e15844
commit 0b382a933a
4 changed files with 4 additions and 4 deletions

View file

@ -234,7 +234,7 @@ struct sicslowpan_addr_context {
* \brief check whether we can compress the IID in
* address 'a' to 16 bits.
* This is used for unicast addresses only, and is true
* if the address is on the format <PREFIX>::0000:00ff:fe00:XXXX
* if the address is on the format \<PREFIX\>::0000:00ff:fe00:XXXX
* NOTE: we currently assume 64-bits prefixes
*/
#define sicslowpan_is_iid_16_bit_compressable(a) \