Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
RedisLabs Raft
Commits
08c63427
Commit
08c63427
authored
Mar 16, 2016
by
Willem Thiart
Browse files
Refactor version tag out of comments
parent
5c21a4a7
Changes
5
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
08c63427
...
...
@@ -5,7 +5,6 @@
*
* @file
* @author Willem Thiart himself@willemthiart.com
* @version 0.1
*/
#ifndef RAFT_H_
...
...
include/raft_private.h
View file @
08c63427
#ifndef RAFT_PRIVATE_H_
#define RAFT_PRIVATE_H_
...
...
@@ -9,7 +8,6 @@
*
* @file
* @author Willem Thiart himself@willemthiart.com
* @version 0.1
*/
typedef
struct
{
...
...
src/raft_log.c
View file @
08c63427
...
...
@@ -6,7 +6,6 @@
* @file
* @brief ADT for managing Raft log entries (aka entries)
* @author Willem Thiart himself@willemthiart.com
* @version 0.1
*/
#include <stdlib.h>
...
...
src/raft_server.c
View file @
08c63427
...
...
@@ -6,7 +6,6 @@
* @file
* @brief Implementation of a Raft server
* @author Willem Thiart himself@willemthiart.com
* @version 0.1
*/
#include <stdlib.h>
...
...
src/raft_server_properties.c
View file @
08c63427
...
...
@@ -5,7 +5,6 @@
*
* @file
* @author Willem Thiart himself@willemthiart.com
* @version 0.1
*/
#include <stdlib.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment