| Index: src/IceTimerTree.cpp
|
| diff --git a/src/IceTimerTree.cpp b/src/IceTimerTree.cpp
|
| index 879f06e4f91f7a2bdabec3b43b40682c572c1abd..818efc30bb4b2e389d98aaca57301f0d88685965 100644
|
| --- a/src/IceTimerTree.cpp
|
| +++ b/src/IceTimerTree.cpp
|
| @@ -6,10 +6,11 @@
|
| // License. See LICENSE.TXT for details.
|
| //
|
| //===----------------------------------------------------------------------===//
|
| -//
|
| -// This file defines the TimerTree class, which tracks flat and
|
| -// cumulative execution time collection of call chains.
|
| -//
|
| +///
|
| +/// \file
|
| +/// This file defines the TimerTree class, which tracks flat and
|
| +/// cumulative execution time collection of call chains.
|
| +///
|
| //===----------------------------------------------------------------------===//
|
|
|
| #include "IceTimerTree.h"
|
|
|