Skip to content

Commit f512a20

Browse files
committed
[Tutorials] Don't explicitly state the filename for doxygen.
If the documentation block refers to the current file, doxygen doesn't need its path or name. This might fix a filename collision. Also added a short description to be shown in the doxygen overview.
1 parent 724ceb2 commit f512a20

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

tutorials/io/experimental/rfile001_basics.C

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
/// \file tutorials/io/experimental/rfile001_basics.py
2-
/// \ingroup Base ROOT7 tutorial_io
1+
/// \file
2+
/// \ingroup ROOT7 tutorial_io
3+
/// Demonstrate the basic usage of RFile.
4+
///
35
/// \author Giacomo Parolini <[email protected]>
46
/// \date 2025-11-06
57
/// \macro_code

tutorials/io/experimental/rfile001_basics.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# \file tutorials/io/experimental/rfile001_basics.py
2-
# \ingroup Base ROOT7 tutorial_io
1+
# \file
2+
# \ingroup ROOT7 tutorial_io
3+
# Demonstrate the basic usage of RFile.
4+
#
35
# \author Giacomo Parolini <[email protected]>
46
# \date 2025-11-06
57
# \macro_code

0 commit comments

Comments
 (0)