diff options
author | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2004-09-09 22:23:24 +0000 |
commit | 375457bcef0b43c4b7a022b4fe74207dd1faf6dc (patch) | |
tree | aaa0c8b7e227e6292a3646289b7bcdc821a71fa9 /src/mesa/main/macros.h | |
parent | 2dab997cb9ddbe47ff414b74679fb99346bb9a06 (diff) |
Update the doxygen configuration file.
Minor updates/fixes to the source documentation.
Diffstat (limited to 'src/mesa/main/macros.h')
-rw-r--r-- | src/mesa/main/macros.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/macros.h b/src/mesa/main/macros.h index 1999758dfba..f13357d391b 100644 --- a/src/mesa/main/macros.h +++ b/src/mesa/main/macros.h @@ -654,7 +654,4 @@ do { \ #define LEN_SQUARED_2FV( V ) ((V)[0]*(V)[0]+(V)[1]*(V)[1]) -/*@}*/ - - #endif |