From 699b01f666dcacacb3c63ac492f183414fea0485 Mon Sep 17 00:00:00 2001 From: David Boersma Date: Fri, 15 Feb 2019 11:05:55 +0100 Subject: [PATCH] correct cmd line grammar in doxygen docs --- Gate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gate.cc b/Gate.cc index fb4400e84..64b611543 100644 --- a/Gate.cc +++ b/Gate.cc @@ -7,7 +7,7 @@ * - 'Gate' or 'Gate --qt' using the Qt visualization * - 'Gate your_macro.mac' or 'Gate --qt your_macro.mac' using the Qt visualization * - 'Gate -d your_macro.mac' using the DigiGate - * - 'Gate -a activity 10' using the parameterized macro creating an alias in your macro + * - 'Gate -a [activity,10]' using the parameterized macro creating an alias in your macro */ #include "G4PhysicalConstants.hh"