summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Lopez <seniorlopez@gmail.com>2018-01-03 18:32:09 -0800
committerBrian Lopez <seniorlopez@gmail.com>2018-01-03 18:32:09 -0800
commitfb29ba0953ef52ce94aecd93b9b4a3bcc64cf07c (patch)
tree1e47f12b430adf39d6bc0ffb4a9901493d5d368f
parent1cda43ba34b40b82ff6470799d36e54a176aaad5 (diff)
downloadlibgit2-fb29ba0953ef52ce94aecd93b9b4a3bcc64cf07c.tar.gz
remove empty lines between @-lines
-rw-r--r--include/git2/message.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git2/message.h b/include/git2/message.h
index 85fbf5676..a74dcc2d9 100644
--- a/include/git2/message.h
+++ b/include/git2/message.h
@@ -49,14 +49,11 @@ typedef int(*git_message_trailer_cb)(const char *key, const char *value, void *p
* including any patches or conflicts that may be present.
*
* @param message The message to be parsed
- *
* @param cb The callback to call for each trailer found in the message. The
* key and value arguments are pointers to NUL-terminated C strings. These
* pointers are only guaranteed to be valid until the callback returns.
* User code must make a copy of this data should it need to be retained
- *
* @param payload Pointer to callback data (optional)
- *
* @return 0 on success, or non-zero callback return value.
*/
GIT_EXTERN(int) git_message_trailers(const char *message, git_message_trailer_cb cb, void *payload);