diff options
| author | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 12:44:05 -0700 |
|---|---|---|
| committer | Ben Chatelain <benchatelain@gmail.com> | 2015-02-10 12:44:05 -0700 |
| commit | c03e8c224cf18104bc97a68aed85317820d062ae (patch) | |
| tree | f9cb73ec06a6114ba24611a5c90cebe8ced40bbb /include/git2/revert.h | |
| parent | ec7e1c93ce1c177026073abd16d6a8d2b548d3bd (diff) | |
| download | libgit2-c03e8c224cf18104bc97a68aed85317820d062ae.tar.gz | |
Use correct Doxygen trailing comment syntax
Diffstat (limited to 'include/git2/revert.h')
| -rw-r--r-- | include/git2/revert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/revert.h b/include/git2/revert.h index eb069ae12..2de194219 100644 --- a/include/git2/revert.h +++ b/include/git2/revert.h @@ -29,8 +29,8 @@ typedef struct { /** For merge commits, the "mainline" is treated as the parent. */ unsigned int mainline; - git_merge_options merge_opts; /* Options for the merging */ - git_checkout_options checkout_opts; /* Options for the checkout */ + git_merge_options merge_opts; /**< Options for the merging */ + git_checkout_options checkout_opts; /**< Options for the checkout */ } git_revert_options; #define GIT_REVERT_OPTIONS_VERSION 1 |
