summaryrefslogtreecommitdiff
path: root/parse-options.h
diff options
context:
space:
mode:
authorHeba Waly <heba.waly@gmail.com>2019-11-17 21:04:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-18 06:21:29 (GMT)
commit7db03054384e3ab8d50e4b0397b0a8d63f7436e0 (patch)
tree0f2cfeb3e9b4914e1f18306970efc5f3056a0e68 /parse-options.h
parentf3b9055624cb797b1956f100a40104c9aceb4835 (diff)
downloadgit-7db03054384e3ab8d50e4b0397b0a8d63f7436e0.zip
git-7db03054384e3ab8d50e4b0397b0a8d63f7436e0.tar.gz
git-7db03054384e3ab8d50e4b0397b0a8d63f7436e0.tar.bz2
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 <heba.waly@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.h')
-rw-r--r--parse-options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/parse-options.h b/parse-options.h
index 38a33a0..164ec56 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,