summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pseudomuto/protoc-gen-doc/examples/proto/IgnoreMe.proto
blob: eafe1d5506ef9e03d5cfea1d93f778b90fc99a7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * This file should be ignored when making example docs.
 *
 */
syntax = "proto3";

package com.example;

/**
 * This message should be ignored when making example docs.
 */
message Ignored {
  string name = 2;
}