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/shader/program.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/mesa/shader') diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index 48e0901501..fb99a79cf6 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 6.2 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2004 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"), @@ -29,6 +29,14 @@ */ +/** + * \mainpage Mesa vertex and fragment program module + * + * This module or directory contains most of the code for vertex and + * fragment programs and shaders, including state management, parsers, + * and (some) software routines for executing programs + */ + #ifndef PROGRAM_H #define PROGRAM_H -- cgit v1.2.3