X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FwxCDMTreeItemId.h;h=0f714003bf369f71537824f5f4fa37986e00d596;hb=refs%2Fheads%2FchangeWx28to30;hp=f334a4027cdbb18c855bbec28b07729e293ad405;hpb=741b9c1d03c7984f7ac4a39188e2bb114471f579;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;