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>
This commit is contained in:
committed by
Junio C Hamano
parent
f3b9055624
commit
7db0305438
@@ -1,6 +1,10 @@
|
|||||||
#ifndef PARSE_OPTIONS_H
|
#ifndef PARSE_OPTIONS_H
|
||||||
#define PARSE_OPTIONS_H
|
#define PARSE_OPTIONS_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Refer to Documentation/technical/api-parse-options.txt for the API doc.
|
||||||
|
*/
|
||||||
|
|
||||||
enum parse_opt_type {
|
enum parse_opt_type {
|
||||||
/* special types */
|
/* special types */
|
||||||
OPTION_END,
|
OPTION_END,
|
||||||
|
|||||||
Reference in New Issue
Block a user