From 253204f9f0a1942a65e45d876f8d5f16d1a196a1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 10 Sep 2004 00:45:12 +0000 Subject: More updates for Doxygen. --- src/mesa/main/context.c | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 9cb54e41aa..96c436971b 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -30,18 +30,23 @@ /** - * \mainpage Mesa Core Module - * - * \section CoreIntroduction Introduction - * - * The Mesa core module consists of all the top-level files in the src - * directory. The core module basically takes care of API dispatch, - * and OpenGL state management. - * - * For example, calls to glPolygonMode() are routed to _mesa_PolygonMode() - * which updates the state related to polygonmode. Furthermore, dirty - * state flags related to polygon mode are set and if the device driver - * implements a special routine for PolygonMode, it will be called. + * \mainpage Mesa Main Module + * + * \section MainIntroduction Introduction + * + * The Mesa Main module consists of all the files in the main/ directory. + * Among the features of this module are: + * + * + * Other modules are responsible for API dispatch, vertex transformation, + * point/line/triangle setup, rasterization, vertex array caching, + * vertex/fragment programs/shaders, etc. * * * \section AboutDoxygen About Doxygen -- cgit v1.2.3