src/core/integer.h
changeset 2928 554e10cdc747
parent 2599 fcc1728eb669
child 2965 4b28e9740e3b
--- a/src/core/integer.h	Wed Apr 09 12:15:24 2008 -0700
+++ b/src/core/integer.h	Wed Apr 09 13:03:58 2008 -0700
@@ -29,6 +29,11 @@
 /**
  * \brief Hold a signed integer type
  *
+ * \anchor int8_t
+ * \anchor int16_t
+ * \anchor int32_t
+ * \anchor int64_t
+ *
  * This class can be used to hold variables of signed integer
  * type such as int8_t, int16_t, int32_t, int64_t, or,
  * int, etc.