From: Jose Fonseca Date: Wed, 17 Sep 2003 17:14:11 +0000 (+0000) Subject: Change the hyperlinks names in the main page to match the Doxygen generated ones. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a5709dc5bb5dcb0dbb1b0e6c7b058c7a3039f16;p=mesa.git Change the hyperlinks names in the main page to match the Doxygen generated ones. --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ee299cd3113..7cfcedf780d 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -56,16 +56,16 @@ * Selecting the Main page link will display a summary of the module * (this page). * - * Selecting Compound List will list all C structures. + * Selecting Data Structures will list all C structures. * * Selecting the File List link will list all the source files in * the module. * Selecting a filename will show a list of all functions defined in that file. * - * Selecting the Compound Members link will display a list of all + * Selecting the Data Fields link will display a list of all * documented structure members. * - * Selecting the File Members link will display a list + * Selecting the Globals link will display a list * of all functions, structures, global variables and macros in the module. * */