Skip to content

Commit 090e7d8

Browse files
committed
Fix deprecation links inside of documentation not working
Signed-off-by: Sven Strickroth <email@cs-ware.de>
1 parent 1e98752 commit 090e7d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/git2/deprecated.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ GIT_EXTERN(int) git_blob_create_fromstream_commit(
102102
GIT_EXTERN(int) git_blob_create_frombuffer(
103103
git_oid *id, git_repository *repo, const void *buffer, size_t len);
104104

105-
/** Deprecated in favor of @see git_blob_filter */
105+
/** Deprecated in favor of `git_blob_filter`.
106+
*
107+
* @deprecated Use git_blob_filter
108+
* @see git_blob_filter
109+
*/
106110
GIT_EXTERN(int) git_blob_filtered_content(
107111
git_buf *out,
108112
git_blob *blob,

0 commit comments

Comments
 (0)