From 62e5b8f2a7a8f50c567eb40e22ea0a3852d7f68e Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Tue, 6 Oct 2015 16:44:30 -0400 Subject: [PATCH] TAttMarker: Added missing marker style names in class documentation It is a minor fix but I though it would be nice to have the complete list since I always forget the style names for polymarkers and use this documentation as a reference. May also save someone else's time by avoiding a lookup in the header file. --- core/base/src/TAttMarker.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/base/src/TAttMarker.cxx b/core/base/src/TAttMarker.cxx index 8d4754eb66295..3216dcdf5e857 100644 --- a/core/base/src/TAttMarker.cxx +++ b/core/base/src/TAttMarker.cxx @@ -100,9 +100,9 @@ accessed via a global name (third column). 29 full star kFullStar 30 open star kOpenStar 31 * - 32 open triangle down - 33 full diamond - 34 full cross + 32 open triangle down kOpenTriangleDown + 33 full diamond kFullDiamond + 34 full cross kFullCross ~~~ Begin_Macro(source)