From 40fbd387126d6d5be4db0a8bd9d644e3b0b518e9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Mar 2025 17:55:56 -0500 Subject: clean comment reparser --- example/Makefile | 4 +++- example/signal.proto | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'example') diff --git a/example/Makefile b/example/Makefile index 4f8171d..52ee5c6 100644 --- a/example/Makefile +++ b/example/Makefile @@ -108,4 +108,6 @@ proto-reformat-restore: proto-reformat-comments: ../autogenpb --proto signal.proto --format-comments - # autogenpb --proto SignalService.proto --format + +proto-reformat-full: + autogenpb --proto signal.proto --format diff --git a/example/signal.proto b/example/signal.proto index c939e53..b7d3bc7 100644 --- a/example/signal.proto +++ b/example/signal.proto @@ -321,14 +321,14 @@ message Chat { uint32 expireTimerVersion = 10; } -/** - * Call Links have some associated data including a call, but unlike other recipients - * are not tied to threads because they do not have messages associated with them. - * - * note: - * - room id can be derived from the root key - * - the presence of an admin key means this user is a call admin - */ +// +// Call Links have some associated data including a call, but unlike other recipients +// are not tied to threads because they do not have messages associated with them. +// +// note: +// - room id can be derived from the root key +// - the presence of an admin key means this user is a call admin +// message CallLink { enum Restrictions { UNKNOWN = 0; // Interpret as "Admin Approval" -- cgit v1.2.3