mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-04-17 11:42:38 +00:00
protoreflect: adjust documentation
After a header, there needs to be a paragraph in order for godoc to recognize the header as a header. Change-Id: I6c814b24dbb5eb2d5efcb0040556521c05587393 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/219140 Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
c7aa53a3e0
commit
709e7c8474
@ -30,6 +30,10 @@
|
||||
//
|
||||
// Relationships
|
||||
//
|
||||
// The following diagrams demonstrate the relationships between
|
||||
// various types declared in this package.
|
||||
//
|
||||
//
|
||||
// ┌───────────────────────────────────┐
|
||||
// V │
|
||||
// ┌────────────── New(n) ─────────────┐ │
|
||||
@ -73,8 +77,8 @@
|
||||
// ProtoMessage, which can convert to/from a Message.
|
||||
//
|
||||
//
|
||||
// ┌── TypeDescriptor() ──┐ ┌──── Descriptor() ────┐
|
||||
// │ V │ V
|
||||
// ┌── TypeDescriptor() ──┐ ┌───── Descriptor() ─────┐
|
||||
// │ V │ V
|
||||
// ╔═══════════════╗ ╔═════════════════════════╗ ╔═════════════════════╗
|
||||
// ║ ExtensionType ║ ║ ExtensionTypeDescriptor ║ ║ ExtensionDescriptor ║
|
||||
// ╚═══════════════╝ ╚═════════════════════════╝ ╚═════════════════════╝
|
||||
|
Loading…
x
Reference in New Issue
Block a user