Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12603
Modified Files:
Benchmark-Selector.h
Log Message:
For SF's TID #141819 : improving Doxygen documentation.
Index: Benchmark-Selector.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-Selector.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Benchmark-Selector.h 28 Dec 2006 17:41:04 -0000 1.1
--- Benchmark-Selector.h 4 Sep 2007 19:46:10 -0000 1.2
***************
*** 22,29 ****
private:
protected:
class CBMSystem *system;
public:
! /** Constructor */
CBMBenchmarkSelector(class CBMSystem *_system);
--- 22,32 ----
private:
protected:
+ /** Internal pointer to a CBM::System instance. */
class CBMSystem *system;
public:
! /** Constructor.
! *
! * \param _system A pointer to a CBM::System handler. */
CBMBenchmarkSelector(class CBMSystem *_system);
|