From ab732a73ffd271e4fe3d14b87215389a6e8261c8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 29 Nov 2010 00:27:48 +0000 Subject: COMMON: Add a bit more to the doxygen comment for NEResources svn-id: r54564 --- common/ne_exe.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/ne_exe.h b/common/ne_exe.h index c6fb804cf7..ac080d8a7c 100644 --- a/common/ne_exe.h +++ b/common/ne_exe.h @@ -134,7 +134,12 @@ enum NEResourceType { kNEManifest = 0x8018 }; -/** A class able to load resources from a New Executable. */ +/** + * A class able to load resources from a Windows New Executable, such + * as cursors, bitmaps, and sounds. + * + * See http://en.wikipedia.org/wiki/New_Executable for more info. + */ class NEResources { public: NEResources(); -- cgit v1.2.3