diff options
author | Brian Paul <[email protected]> | 2002-09-16 17:55:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-16 17:55:36 +0000 |
commit | c84e84a7342f4a10a69c0ab96f649f54586afb9d (patch) | |
tree | 98b1c350c30781a90f512fef084df21e0123b0e0 /src/mesa/main/hash.h | |
parent | 57aca2bf6e82cdab43575123530fce2ba54bf9c7 (diff) |
doxygen comments
Diffstat (limited to 'src/mesa/main/hash.h')
-rw-r--r-- | src/mesa/main/hash.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mesa/main/hash.h b/src/mesa/main/hash.h index e31c247e3d4..313c699e348 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; |