diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index 2868f05400aba1cea310c0e607e182ad67b4698c..7d769d0bc2ca600b61d10c755c0f0f281a0e4731 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -31,6 +31,8 @@ * */ +/** \file grpc.h */ + #ifndef GRPC_GRPC_H #define GRPC_GRPC_H @@ -193,8 +195,7 @@ typedef struct grpc_metadata { } internal_data; } grpc_metadata; -/** \enum grpc_completion_type - \brief The type of completion (for grpc_event) */ +/** The type of completion (for grpc_event) */ typedef enum grpc_completion_type { /** Shutting down */ GRPC_QUEUE_SHUTDOWN,