diff options
author | Ben Straub <bs@github.com> | 2013-10-31 14:35:32 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-10-31 14:35:32 -0700 |
commit | 85c6730ce86045da0465080b0347fde1fb0f08df (patch) | |
tree | e5827bc4a3ff9d6c0f03494a90a3eb900ac57bf3 /examples/rev-parse.c | |
parent | dbdb22b330d0148e89393baee3ddee25111a7671 (diff) | |
download | libgit2-85c6730ce86045da0465080b0347fde1fb0f08df.tar.gz |
Format comments for use with docco
Diffstat (limited to 'examples/rev-parse.c')
-rw-r--r-- | examples/rev-parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/rev-parse.c b/examples/rev-parse.c index 21f87c881..64a02fe6e 100644 --- a/examples/rev-parse.c +++ b/examples/rev-parse.c @@ -7,8 +7,7 @@ #include "common.h" - -/* Forward declarations for helpers */ +/** Forward declarations for helpers. */ struct parse_state { git_repository *repo; const char *repodir; |