doxygen: Add 'See also' linking to the overview page

A good many of the header files are broken into a function
reference page and an overview page.  These changes add
a direct link from each function reference page to their
overview page if one exists.
This commit is contained in:
David Fries 2010-10-03 13:41:27 -05:00 committed by Colin Guthrie
parent f2593da3a3
commit 2c9c908e85
12 changed files with 46 additions and 11 deletions

View file

@ -41,7 +41,10 @@
*/
/** \file
* GLIB main loop support */
* GLIB main loop support
*
* See also \subpage glib-mainloop
*/
PA_C_DECL_BEGIN