From: Kevin Day Date: Wed, 21 Mar 2012 02:47:50 +0000 (-0500) Subject: Cleanup: update error code header documentation X-Git-Tag: 0.3.0~57 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=717bd951b744a8c58c4b95dbe58fd82ed42043ff;p=fll Cleanup: update error code header documentation --- diff --git a/level_0/f_errors/c/errors.h b/level_0/f_errors/c/errors.h index d126760..2f8afee 100644 --- a/level_0/f_errors/c/errors.h +++ b/level_0/f_errors/c/errors.h @@ -5,7 +5,9 @@ * Programmers: Kevin Day * Documentation: * - * Provides error definitions + * Provides error definitions. + * + * Warning: changing error codes will break abi, so recompile every file that includes and uses these error codes when this gets changed. */ #ifndef _F_errors_h #define _F_errors_h diff --git a/level_1/fl_fss/c/fss_errors.h b/level_1/fl_fss/c/fss_errors.h index 1165d8b..00da3d8 100644 --- a/level_1/fl_fss/c/fss_errors.h +++ b/level_1/fl_fss/c/fss_errors.h @@ -3,6 +3,10 @@ * Version: 0.3.x * Licenses: lgplv2.1 * Programmers: Kevin Day + * + * Provides fss-specific error definitions. + * + * Warning: changing error codes will break abi, so recompile every file that includes and uses these error codes when this gets changed. */ #ifndef _FL_fss_errors_h #define _FL_fss_errors_h