]> git.ipfire.org Git - thirdparty/git.git/commitdiff
parse-options: add link to doc file in parse-options.h
authorHeba Waly <heba.waly@gmail.com>
Sun, 17 Nov 2019 21:04:54 +0000 (21:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2019 06:21:29 +0000 (15:21 +0900)
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 <heba.waly@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.h

index 38a33a087ec2aa783be7e2276d669247bd9f8d10..164ec566b0bec880a3c8884f2cae153b7d698ba5 100644 (file)
@@ -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,