lnrpc: replace /// and /** with // and /*

This commit is contained in:
Oliver Gugger
2020-05-06 16:51:14 +02:00
parent 0800386138
commit 71c58c2c04
22 changed files with 2096 additions and 2098 deletions

View File

@@ -7,9 +7,9 @@ package lnclipb;
option go_package = "github.com/lightningnetwork/lnd/lnrpc/lnclipb";
message VersionResponse {
/// The version information for lncli.
// The version information for lncli.
verrpc.Version lncli = 1;
/// The version information for lnd.
// The version information for lnd.
verrpc.Version lnd = 2;
};