summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/hash.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-09-16 17:55:36 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-09-16 17:55:36 +0000
commitc84e84a7342f4a10a69c0ab96f649f54586afb9d (patch)
tree98b1c350c30781a90f512fef084df21e0123b0e0 /src/mesa/main/hash.h
parent57aca2bf6e82cdab43575123530fce2ba54bf9c7 (diff)
downloadexternal_mesa3d-c84e84a7342f4a10a69c0ab96f649f54586afb9d.zip
external_mesa3d-c84e84a7342f4a10a69c0ab96f649f54586afb9d.tar.gz
external_mesa3d-c84e84a7342f4a10a69c0ab96f649f54586afb9d.tar.bz2
doxygen comments
Diffstat (limited to 'src/mesa/main/hash.h')
-rw-r--r--src/mesa/main/hash.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mesa/main/hash.h b/src/mesa/main/hash.h
index e31c247..313c699 100644
--- a/src/mesa/main/hash.h
+++ b/src/mesa/main/hash.h
@@ -1,10 +1,10 @@
-/* $Id: hash.h,v 1.5 2001/03/12 00:48:38 gareth Exp $ */
+/* $Id: hash.h,v 1.6 2002/09/16 17:55:36 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -32,6 +32,9 @@
#include "glheader.h"
+/**
+ * Opaque hash table type.
+ */
struct HashTable;