Skip to content

Commit d248b10

Browse files
committed
chore: docstring changes
1 parent 1b9c562 commit d248b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/FIT/Common/include/FITCommon/HelperGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace o2::quality_control_modules::fit::helper
2828
{
2929

3030
/// \brief Factory that forwards ctor arguments to the chosen GraphType.
31-
/// \example
31+
/// Example:
3232
/// auto g = makeGraph<TGraphErrors>("name","title",n,x,y,ex,ey);
3333
/// \author Jakub Muszyński jakub.milosz.muszynski@cern.ch
3434
template <typename GraphType, typename... CtorArgs>

0 commit comments

Comments
 (0)