|
From: <kin...@us...> - 2025-09-23 11:04:46
|
Revision: 7476
http://sourceforge.net/p/teem/code/7476
Author: kindlmann
Date: 2025-09-23 11:04:43 +0000 (Tue, 23 Sep 2025)
Log Message:
-----------
better comments
Modified Paths:
--------------
teem/trunk/src/hest/privateHest.h
Modified: teem/trunk/src/hest/privateHest.h
===================================================================
--- teem/trunk/src/hest/privateHest.h 2025-09-23 10:59:06 UTC (rev 7475)
+++ teem/trunk/src/hest/privateHest.h 2025-09-23 11:04:43 UTC (rev 7476)
@@ -51,8 +51,8 @@
// multiFlagSep; /* character in flag which signifies that there is a long and
// short version, and which separates the two. Or, can be set
// to '\0' to disable this behavior entirely. */
-// However, there is more confusion than utility created by allowing these
-// change. The actual value in giving these things names was in code legibility by
+// However, there is more confusion than utility created by allowing these to be
+// changed. The actual value in giving these things names was in code legibility by
// removing magic constants, so that's the role of these #define's now.
#define RESPONSE_FILE_FLAG '@'
#define RESPONSE_FILE_COMMENT '#'
@@ -65,8 +65,8 @@
/* methodsHest.c */
/*
- * These were moved not just from air.h but also from public hest.h, with a
- * air --> _hest renaming, since these are only used to implement hest functions.
+ * These were moved not just from air.h (see note there) but also from public hest.h,
+ * with a air --> _hest renaming, since these are only used to implement hest functions.
*/
#define _HEST_TYPE_MAX 14
HEST_EXPORT const char _hestTypeStr[_HEST_TYPE_MAX + 1][AIR_STRLEN_SMALL + 1];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|