Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/subprojects/benchmark.h @ 4844

Last change on this file since 4844 was 4836, checked in by bensch, 19 years ago

orxonox/trunk: renamed all the \param → @param and so on in Doxygen tags.
Thanks a lot to the kDevelop team. this took since the last commit :)

File size: 150 bytes
RevLine 
[4554]1/*!
[4131]2    \file benchmark.h
[4836]3  *  benchmark functions
[4554]4*/
[4131]5
6
7#ifndef _BENCHMARK_H
8#define _BENCHMARK_H
9
[4746]10int startBenchmarks();
[4131]11
12
13#endif /* _BENCHMARK_H */
Note: See TracBrowser for help on using the repository browser.