Committing Christoph Conrads patch sent on Jan 11th on LAPACK Mailing List
authorjulie <julielangou@users.noreply.github.com>
Tue, 12 Jan 2016 05:37:08 +0000 (05:37 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 12 Jan 2016 05:37:08 +0000 (05:37 +0000)
From Christoph:
after the changes of the Doxygen config file in SVN revisions 1625
and 1626, routines are grouped together in the documentation, e.g., all
eigenvalue solvers for symmetric matrices in double precision.
Currently, the documentation for all routines in one group is put on
the same HTML page. I find this confusing and it slows my browser.

If every function has its own HTML page, then you can jump to the top
of the page by pressing POS1 to see the function arguments and their
description. Also you can jump to the bottom of the page with END to
see the callgraph of the respective function.

The patch in the attachment enables the SEPARATE_MEMBER_PAGES option
that puts each function documentation on its own HTML page. Please
consider applying this patch.

DOCS/Doxyfile

index 2ffed29f29070c69d85fc227da198e073f39c6b7..1dedbe7aa80fa4c316f7ad5c8493dd20edb67700 100644 (file)
@@ -210,7 +210,7 @@ INHERIT_DOCS           = YES
 # of the file/class/namespace that contains it.
 # The default value is: NO.
 
-SEPARATE_MEMBER_PAGES  = NO
+SEPARATE_MEMBER_PAGES  = YES
 
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
 # uses this value to replace tabs by spaces in code fragments.