From 65eeeee9acf637e508ac0aca80ac83462c076de8 Mon Sep 17 00:00:00 2001
From: Shon Ferguson <shonferg@users.sourceforge.net>
Date: Thu, 12 Apr 2007 07:38:50 +0000
Subject: [PATCH] Forgot to document one function in NiObject.

---
 include/obj/NiObject.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/obj/NiObject.h b/include/obj/NiObject.h
index ce0ad3e9..9c4cad07 100644
--- a/include/obj/NiObject.h
+++ b/include/obj/NiObject.h
@@ -109,7 +109,10 @@ public:
 	NIFLIB_API virtual string GetIDString() const;
 	
 
-	
+	/*!
+	 * Returns the total number of NIF objects of any kind that have been allocated by Niflib for any reason.  This is for debugging or informational purpouses.  Mostly usful for tracking down memory leaks.
+	 * \return The total number of NIF objects that have been allocated.
+	 */
 	NIFLIB_API static unsigned int NumObjectsInMemory();
 
 	//Reference Counting
-- 
GitLab