[Doxygen-develop] [PATCH] Improved HTML separation of member documentation
Brought to you by:
dimitri
From: Jim E. <ev...@sn...> - 2005-07-19 04:38:00
|
Hello, We are trying to use doxygen to generate API documentation. One of the problems is that the HTML member documentation is very difficult to peruse because there is no good delineation between member sections, making it hard for the eye to settle on a single section. The following simple patch adds a horizontal line (<hr>) and a title (<h3>) before each member section. I find this much easier to read. -Jim |