Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[TDF] Avoid that clang-format formats doxy for a method
  • Loading branch information
dpiparo committed Sep 29, 2017
commit 1c56dbc211f7d3b560255ab61c9839f10a7b628e
2 changes: 2 additions & 0 deletions tree/treeplayer/inc/ROOT/TDFInterface.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ public:
return *reinterpret_cast<TInterface<TLoopManager> *>(newTDFPtr);
}

// clang-format off
////////////////////////////////////////////////////////////////////////////
/// \brief Save selected columns to disk, in a new TTree `treename` in file `filename`.
/// \param[in] treename The name of the output TTree
Expand All @@ -572,6 +573,7 @@ public:
auto selectedColumns = ConvertRegexToColumns(columnNameRegexp);
return Snapshot(treename, filename, selectedColumns, options);
}
// clang-format on

////////////////////////////////////////////////////////////////////////////
/// \brief Save selected columns in memory
Expand Down