Skip to content

Commit bea2dd7

Browse files
committed
TProtoClass: add doc string for FindDataMember
1 parent 1497c3f commit bea2dd7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

core/meta/src/TProtoClass.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,14 @@ Int_t TProtoClass::DataMemberIndex(TClass * cl, const char * name)
565565
return -1;
566566
}
567567
////////////////////////////////////////////////////////////////////////////////
568+
////////////////////////////////////////////////////////////////////////////////
569+
/// \brief Find the requested TDataMember
570+
///
571+
/// \return the requested TDataMember if found
572+
///
573+
/// \param [in] cl TClass to search for the data member
574+
/// \param [in] index Numerical index of the object's data member
575+
/// \param [in] quiet Whether we should not warn about missing information (usually set to true for transient members)
568576

569577
TDataMember * TProtoClass::FindDataMember(TClass * cl, Int_t index, bool quiet)
570578
{

0 commit comments

Comments
 (0)