We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9c562 commit d248b10Copy full SHA for d248b10
1 file changed
Modules/FIT/Common/include/FITCommon/HelperGraph.h
@@ -28,7 +28,7 @@ namespace o2::quality_control_modules::fit::helper
28
{
29
30
/// \brief Factory that forwards ctor arguments to the chosen GraphType.
31
-/// \example
+/// Example:
32
/// auto g = makeGraph<TGraphErrors>("name","title",n,x,y,ex,ey);
33
/// \author Jakub Muszyński jakub.milosz.muszynski@cern.ch
34
template <typename GraphType, typename... CtorArgs>
0 commit comments