From: Heba Waly Date: Sun, 17 Nov 2019 21:04:54 +0000 (+0000) Subject: parse-options: add link to doc file in parse-options.h X-Git-Tag: v2.25.0-rc0~29^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7db03054384e3ab8d50e4b0397b0a8d63f7436e0;p=thirdparty%2Fgit.git parse-options: add link to doc file in parse-options.h Add a link to Documentation/technical/api-parse-options.txt in parse-options.h So the developers would know where to find more info about the API. Signed-off-by: Heba Waly Signed-off-by: Junio C Hamano --- diff --git a/parse-options.h b/parse-options.h index 38a33a087e..164ec566b0 100644 --- a/parse-options.h +++ b/parse-options.h @@ -1,6 +1,10 @@ #ifndef PARSE_OPTIONS_H #define PARSE_OPTIONS_H +/** + * Refer to Documentation/technical/api-parse-options.txt for the API doc. + */ + enum parse_opt_type { /* special types */ OPTION_END,