From 090e7d85ac252af1dabcf7a8ec00c0438aeee3fc Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Thu, 10 Sep 2020 22:41:15 +0200 Subject: Fix deprecation links inside of documentation not working Signed-off-by: Sven Strickroth --- include/git2/deprecated.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/git2') diff --git a/include/git2/deprecated.h b/include/git2/deprecated.h index ffef14597..a5521c6a6 100644 --- a/include/git2/deprecated.h +++ b/include/git2/deprecated.h @@ -102,7 +102,11 @@ GIT_EXTERN(int) git_blob_create_fromstream_commit( GIT_EXTERN(int) git_blob_create_frombuffer( git_oid *id, git_repository *repo, const void *buffer, size_t len); -/** Deprecated in favor of @see git_blob_filter */ +/** Deprecated in favor of `git_blob_filter`. + * + * @deprecated Use git_blob_filter + * @see git_blob_filter + */ GIT_EXTERN(int) git_blob_filtered_content( git_buf *out, git_blob *blob, -- cgit v1.2.1