]> git.ipfire.org Git - thirdparty/git.git/blobdiff - parse-options.h
Sync with maint
[thirdparty/git.git] / parse-options.h
index c6cc01e715b0762bf178124bdee7be7115846bb4..fdc0c1cb9763ebeddb961067f6ee37feb64a7bd6 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,