diff --git a/src/z_zone.c b/src/z_zone.c
index cf56d0baae78fced1086c7218a388dc0e981aa36..e28de13fec0f7594c1e2604c47ee3d8ce86b7118 100644
--- a/src/z_zone.c
+++ b/src/z_zone.c
@@ -584,11 +584,12 @@ void Z_ChangeTag(void *ptr, INT32 tag)
 }
 
 /** Calculates memory usage for a given set of tags.
+  * NOTE: Z_TagUsage is now just a macro of this function.
+  *
   * \param lowtag The lowest tag to consider.
   * \param hightag The highest tag to consider.
   * \return Number of bytes currently allocated in the heap for the
   *         given tags.
-  * \sa Z_TagUsage
   */
 size_t Z_TagsUsage(INT32 lowtag, INT32 hightag)
 {