reference the proper trace source list group

This commit is contained in:
Mathieu Lacage
2007-08-29 16:43:19 +02:00
parent c5b3ed12a0
commit ca379f0814

View File

@@ -1,3 +1,7 @@
/**
* \defgroup TraceSourceList List of trace sources
*/
/**
* \defgroup tracing Tracing
*
@@ -92,7 +96,7 @@
* from the trace source to the trace sink. For example, UVTraceSource and
* SVTraceSource trace sources require two extra arguments. The former requires
* two unsigned 64 bit integers while the latter requires two signed 64 bit
* integers. More generally, users can consult the \ref trace-source-list
* integers. More generally, users can consult the \ref TraceSourceList
* to figure out the arguments which a trace sink is required to receive
* for each trace source.
*