Skip to content

Commit 746a870

Browse files
committed
[ntuple][NFC] Add missing parameter doc
1 parent f5688ae commit 746a870

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tree/ntuple/inc/ROOT/RNTupleProcessor.hxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ public:
371371
/// \tparam T Type of the requested field.
372372
///
373373
/// \param[in] fieldName Name of the requested field.
374+
/// \param[in] valuePtr Pointer to bind to the field's value in the entry. If this is a `nullptr`, a pointer will be
375+
/// created.
374376
///
375377
/// \return An RNTupleProcessorOptionalPtr, which provides access to the field's value.
376378
///

0 commit comments

Comments
 (0)