From: Andre Noll Date: Fri, 3 Jan 2014 05:59:22 +0000 (+0000) Subject: Overhaul doxygen main page. X-Git-Tag: v0.5.2~6^2~11 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=418050d3422358c01ea4a87a3a58d6e53fb69436;hp=418050d3422358c01ea4a87a3a58d6e53fb69436;p=paraslash.git Overhaul doxygen main page. It got way too large, and contained quite a few links to .c files whose doxygen page is not very interesting. For example, the doxygen page of the .c files of filters, receivers and writers contain only the init function since all other functions are static. This commit limits the number of links on the main page considerably. The new page tries to focus on important data structures and APIs and does not strive for completeness. ---