From 266f03eccd36b84c88206aa6d18b163223294229 Mon Sep 17 00:00:00 2001 From: Heba Waly Date: Sun, 17 Nov 2019 21:04:41 +0000 Subject: dir: move doc to dir.h Move the documentation from Documentation/technical/api-directory-listing.txt to dir.h as it's easier for the developers to find the usage information beside the code instead of looking for it in another doc file. Also documentation/technical/api-directory-listing.txt is removed because the information it has is now redundant and it'll be hard to keep it up to date and synchronized with the documentation in the header files. Signed-off-by: Heba Waly Signed-off-by: Junio C Hamano --- dir.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 61f559f980..12d454b89d 100644 --- a/dir.c +++ b/dir.c @@ -2,8 +2,6 @@ * This handles recursive filename detection with exclude * files, index knowledge etc.. * - * See Documentation/technical/api-directory-listing.txt - * * Copyright (C) Linus Torvalds, 2005-2006 * Junio Hamano, 2005-2006 */ -- cgit v1.3