]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMTreeItemId.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMTreeItemId.h
index f334a4027cdbb18c855bbec28b07729e293ad405..0f714003bf369f71537824f5f4fa37986e00d596 100644 (file)
@@ -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;