Skip to content

Commit 7db0305

Browse files
HebaWalygitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f3b9055 commit 7db0305

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

parse-options.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef PARSE_OPTIONS_H
22
#define PARSE_OPTIONS_H
33

4+
/**
5+
* Refer to Documentation/technical/api-parse-options.txt for the API doc.
6+
*/
7+
48
enum parse_opt_type {
59
/* special types */
610
OPTION_END,

0 commit comments

Comments
 (0)