From 2fca9dffe6d3f06eb3c65bed8c5bf75cf1a9ce2e Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@cern.ch> Date: Thu, 20 Aug 2015 15:43:39 +0200 Subject: [PATCH] - The class header is "C comments' style" : /** \class TClassName - The methods' header is "C++ comments' style" - Only one blank line before the methods' headers --- tree/tree/src/TQueryResult.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tree/tree/src/TQueryResult.cxx b/tree/tree/src/TQueryResult.cxx index 8a7040e1a6a..c337adf7a16 100644 --- a/tree/tree/src/TQueryResult.cxx +++ b/tree/tree/src/TQueryResult.cxx @@ -9,10 +9,9 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -//////////////////////////////////////////////////////////////////////////////// -/// \class TQueryResult -/// -/// A container class for query results. +/** \class TQueryResult +A container class for query results. +*/ #include <string.h> @@ -27,7 +26,6 @@ #include "TSystem.h" #include "TTimeStamp.h" - ClassImp(TQueryResult) //////////////////////////////////////////////////////////////////////////////// -- GitLab