test cite

This commit is contained in:
Thomas Kunze
2019-05-16 21:23:54 +02:00
parent 474534ab4f
commit d3ac67f771
3 changed files with 10 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ enum ObjectType
};
/**
* @brief This class represents and interface object. See section 4 of 03_04_01 in the knx specification.
* @brief This class represents and interface object. See section 4 of @cite knx:3/4/1 03_04_01 in the knx specification.
*/
class InterfaceObject: public SaveRestore
{