X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMTreeItemId.h;h=0f714003bf369f71537824f5f4fa37986e00d596;hb=3e4f251c978672bd542f132e255d08b75eea52d1;hp=f334a4027cdbb18c855bbec28b07729e293ad405;hpb=58f32bff34779e30ecef47a095f08c96aae6edba;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMTreeItemId.h b/lib/creaDevManagerLib/wxCDMTreeItemId.h index f334a40..0f71400 100644 --- a/lib/creaDevManagerLib/wxCDMTreeItemId.h +++ b/lib/creaDevManagerLib/wxCDMTreeItemId.h @@ -80,19 +80,19 @@ public : /** * Operator == - * @id comparing tree item id + * @param id comparing tree item id * @return true if the id value is the same. */ bool operator == (const wxCDMTreeItemId& id) const; /** * Operator != - * @id comparing tree item id + * @param id comparing tree item id * @return true if the id value is not the same. */ bool operator != (const wxCDMTreeItemId& id) const; /** * Operator < - * @id comparing tree item id + * @param id comparing tree item id * @return true if the id value is less than the one in the given id. */ bool operator < (const wxCDMTreeItemId& id) const;