Re: [PATCHv3 1/4] color.h: document and modernize header

2018-01-08 Thread Junio C Hamano
Stefan Beller writes: > /* > - * Set the color buffer (which must be COLOR_MAXLEN bytes) > - * to the raw color bytes; this is useful for initializing > - * default color variables. > + * NEEDSWWORK: document this function or refactor grep.c to stop using this > + *

[PATCHv3 1/4] color.h: document and modernize header

2018-01-04 Thread Stefan Beller
Add documentation explaining the functions in color.h. While at it, mark them extern. Signed-off-by: Stefan Beller --- color.c | 2 -- color.h | 58 -- 2 files changed, 44 insertions(+), 16 deletions(-) diff --git