summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_thread.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-19 10:40:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-09-19 10:40:42 +0900
commit984a7c4e9c42cf8ddfcff5b880b522a6dd58bce2 (patch)
tree20fa96874ec38b3e1c707d737f42579890902f7a /src/gallium/include/pipe/p_thread.h
parent5f88d871ea051e0c89bbbfc832a565fc8de70c6a (diff)
gallium: Fix doxygen comments.
Diffstat (limited to 'src/gallium/include/pipe/p_thread.h')
-rw-r--r--src/gallium/include/pipe/p_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_thread.h b/src/gallium/include/pipe/p_thread.h
index e01d5a602b..8af3cd958b 100644
--- a/src/gallium/include/pipe/p_thread.h
+++ b/src/gallium/include/pipe/p_thread.h
@@ -25,6 +25,8 @@
/**
+ * @file
+ *
* Thread, mutex, condition var and thread-specific data functions.
*/