X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=f19aa634bf1f8a2306249a8898eacfefd0078a06;hb=22faac786c18ab3759fd30f85c957721708388d1;hp=82920ea8007e0d17d9de4b02ead6d402c9a334b4;hpb=68c0deb1ae25af923fde02952159c1129a281813;p=paraslash.git diff --git a/error.h b/error.h index 82920ea8..f19aa634 100644 --- a/error.h +++ b/error.h @@ -2,6 +2,7 @@ /** \file error.h List of error codes and messages. */ +/** \cond para_error */ /** Codes and messages. */ #define PARA_ERRORS \ PARA_ERROR(SUCCESS, "success"), \ @@ -261,6 +262,7 @@ enum para_error_codes {PARA_ERRORS}; extern const char * const para_errlist[]; /** Exactly one .c file per executable must define the array. */ #define DEFINE_PARA_ERRLIST const char * const para_errlist[] = {PARA_ERRORS} +/** \endcond para_error */ /** * This bit indicates whether a number is considered a system error number