Skip to content

Commit

Permalink
Remove Doxygen warnings for src/rpc.h. (HDFGroup#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 1, 2022
1 parent 6809973 commit 3f22c8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ namespace hermes {

struct RpcContext;

const int kMaxServerNameSize = 128;
const int kMaxServerSuffixSize = 16;
const int kMaxServerNameSize = 128; /**< maximum size of server name */
const int kMaxServerSuffixSize = 16; /**< maximum size of server suffix */

/** start function for RPC server */
typedef void (*StartFunc)(SharedMemoryContext *, RpcContext *, Arena *,
const char *, int);
/**
Expand Down

0 comments on commit 3f22c8c

Please sign in to comment.