From a295bd2dc4a1ac2b15b9c39089d148499e6e9e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 6 Dec 2014 03:36:18 +0100 Subject: doc: add documentation to all the public structs and enums This makes them show up in the reference, even if the text itself isn't the most descriptive. These have been found with grep -Przon '\n\ntypedef struct.*?\{' -- include grep -Przon '\n\ntypedef enum.*?\{' -- include --- include/git2/clone.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/git2/clone.h') diff --git a/include/git2/clone.h b/include/git2/clone.h index fa2e25b60..464408534 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -100,7 +100,6 @@ typedef int (*git_repository_create_cb)( * * git_clone_options opts = GIT_CLONE_OPTIONS_INIT; */ - typedef struct git_clone_options { unsigned int version; -- cgit v1.2.1