Skip to content
Snippets Groups Projects
Commit 73b66efa authored by Craig Tiller's avatar Craig Tiller
Browse files

Do a little better - dont require EXTRACT_ALL

parent e793ba12
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
* *
*/ */
/** \file grpc.h */
#ifndef GRPC_GRPC_H #ifndef GRPC_GRPC_H
#define GRPC_GRPC_H #define GRPC_GRPC_H
...@@ -193,8 +195,7 @@ typedef struct grpc_metadata { ...@@ -193,8 +195,7 @@ typedef struct grpc_metadata {
} internal_data; } internal_data;
} grpc_metadata; } grpc_metadata;
/** \enum grpc_completion_type /** The type of completion (for grpc_event) */
\brief The type of completion (for grpc_event) */
typedef enum grpc_completion_type { typedef enum grpc_completion_type {
/** Shutting down */ /** Shutting down */
GRPC_QUEUE_SHUTDOWN, GRPC_QUEUE_SHUTDOWN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment