[mapguide-commits] r9752 - sandbox/jng/flatten_exceptions/Common/Foundation/Exception

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 29 01:28:44 PDT 2020


Author: jng
Date: 2020-10-29 01:28:44 -0700 (Thu, 29 Oct 2020)
New Revision: 9752

Modified:
   sandbox/jng/flatten_exceptions/Common/Foundation/Exception/Exception.h
Log:
Fix APi doc for GetNativeErrorCode

Modified: sandbox/jng/flatten_exceptions/Common/Foundation/Exception/Exception.h
===================================================================
--- sandbox/jng/flatten_exceptions/Common/Foundation/Exception/Exception.h	2020-10-22 16:15:50 UTC (rev 9751)
+++ sandbox/jng/flatten_exceptions/Common/Foundation/Exception/Exception.h	2020-10-29 08:28:44 UTC (rev 9752)
@@ -143,8 +143,10 @@
     /// \htmlinclude SyntaxBottom.html
     ///
     /// \return
-    /// Call stack trace with method parameters
+    /// The native error code
     ///
+    /// \since 4.0
+    ///
     INT64 GetNativeErrorCode();
 
 EXTERNAL_API:



More information about the mapguide-commits mailing list