Skip to content
Snippets Groups Projects
Commit 4e440be8 authored by Olivier Couet's avatar Olivier Couet
Browse files

doxygen formatting

parent 2ac1ba28
No related branches found
No related tags found
No related merge requests found
...@@ -12,17 +12,15 @@ ...@@ -12,17 +12,15 @@
#ifndef ROOT_TVersionCheck #ifndef ROOT_TVersionCheck
#define ROOT_TVersionCheck #define ROOT_TVersionCheck
//////////////////////////////////////////////////////////////////////////
// //
// TVersionCheck //
// //
// Used to check if the shared library or plugin is compatible with //
// the current version of ROOT. //
// //
//////////////////////////////////////////////////////////////////////////
#include "RVersion.h" #include "RVersion.h"
/** \class TVersionCheck
\ingroup Base
Used to check if the shared library or plugin is compatible with
the current version of ROOT.
*/
class TVersionCheck { class TVersionCheck {
public: public:
TVersionCheck(int versionCode); // implemented in TSystem.cxx TVersionCheck(int versionCode); // implemented in TSystem.cxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment