Skip to content

Commit 0a9d8b7

Browse files
committed
[RF][Docs] Remove a \see in the RooDataHist/Set documentation.
Currently, the documentation seems to show an empty section, since a section title is followed by a \see command, which generates its own section. It's better to replace it by the plain word "See xxx".
1 parent 6812cd7 commit 0a9d8b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roofit/roofitcore/src/RooDataHist.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ datahist->get(1)->Print("V"); std::cout << "w=" << datahist->weight(1) << std::e
3838
See RooAbsData::plotOn().
3939
4040
### Creating a datahist using RDataFrame
41-
\see RooAbsDataHelper, rf408_RDataFrameToRooFit.C
41+
See RooAbsDataHelper, rf408_RDataFrameToRooFit.C
4242
4343
**/
4444

roofit/roofitcore/src/RooDataSet.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For the inverse conversion, see `RooAbsData::convertToVectorStore()`.
6767
6868
6969
### Creating a dataset using RDataFrame
70-
\see RooAbsDataHelper, rf408_RDataFrameToRooFit.C
70+
See RooAbsDataHelper, rf408_RDataFrameToRooFit.C
7171
7272
### Uniquely identifying RooDataSet objects
7373

0 commit comments

Comments
 (0)