From 78a0727aede9bf93fcc6bea3adc74228ebedde57 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 21 Sep 2025 10:05:37 -0500 Subject: [PATCH] doc --- src/pvxs/client.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pvxs/client.h b/src/pvxs/client.h index 2a5383e..75fdc0b 100644 --- a/src/pvxs/client.h +++ b/src/pvxs/client.h @@ -116,7 +116,10 @@ struct PVXS_API Operation { Operation& operator=(const Operation&) = delete; virtual ~Operation() =0; - //! PV name + /** PV name + * + * Returned reference is valid for the lifetime of the Operation + */ virtual const std::string& name() =0; //! Explicitly cancel a pending operation.