You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RDF][Docs] Move main snapshot documentation to non-template overload.
Due to the deprecation marker, the snapshot documentation is parsed
incorrectly in doxygen. Here, the main documentation is moved to the
non-template overload, and the other overloads are referring to this one
using the full argument list.
"See above" typically doesn't work, since doxygen sorts the functions.
/// This function returns a `RDataFrame` built with the output TTree or RNTuple as a source.
1465
1464
/// The types of the columns are automatically inferred and do not need to be specified.
1466
1465
///
1467
-
/// See above for a more complete description and example usages.
1466
+
/// See Snapshot(std::string_view, std::string_view, const ColumnNames_t&, const RSnapshotOptions &) for a more complete description and example usages.
/// This function returns a `RDataFrame` built with the output TTree or RNTuple as a source.
1508
1507
/// The types of the columns are automatically inferred and do not need to be specified.
1509
1508
///
1510
-
/// See above for a more complete description and example usages.
1509
+
/// See Snapshot(std::string_view, std::string_view, const ColumnNames_t&, const RSnapshotOptions &) for a more complete description and example usages.
0 commit comments