diff options
author | Jose Fonseca <[email protected]> | 2003-09-17 17:14:11 +0000 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2003-09-17 17:14:11 +0000 |
commit | 1a5709dc5bb5dcb0dbb1b0e6c7b058c7a3039f16 (patch) | |
tree | 7ff6e5bf5a2a1f846a60f6e57b6a5c85f13f14c0 /src | |
parent | 9109625c03217680cfd03752214ad44a6ad39ca4 (diff) |
Change the hyperlinks names in the main page to match the Doxygen generated ones.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/context.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 <b>Main page</b> link will display a summary of the module * (this page). * - * Selecting <b>Compound List</b> will list all C structures. + * Selecting <b>Data Structures</b> will list all C structures. * * Selecting the <b>File List</b> 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 <b>Compound Members</b> link will display a list of all + * Selecting the <b>Data Fields</b> link will display a list of all * documented structure members. * - * Selecting the <b>File Members</b> link will display a list + * Selecting the <b>Globals</b> link will display a list * of all functions, structures, global variables and macros in the module. * */ |