From 7e04e6b55ff82dd3cc03cd89e38ba1cb7f8e10a4 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 12 May 2017 18:35:50 +0100 Subject: [PATCH] Reinstated operation of "-doc" and "-srcDoc" Changed Doxyfile to generate descriptive names for the HTML files. Added "-file" option to firefox to read the HTML file name from the command line. --- doc/Doxygen/Doxyfile | 2 +- etc/controlDict | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Doxygen/Doxyfile b/doc/Doxygen/Doxyfile index 86a30593e..0dbf7f808 100644 --- a/doc/Doxygen/Doxyfile +++ b/doc/Doxygen/Doxyfile @@ -168,7 +168,7 @@ STRIP_FROM_INC_PATH = # support long names like on DOS, Mac, or CD-ROM. # The default value is: NO. -SHORT_NAMES = YES +SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the # first line (until the first dot) of a Javadoc-style comment as the brief diff --git a/etc/controlDict b/etc/controlDict index 832e63b55..becf2f196 100644 --- a/etc/controlDict +++ b/etc/controlDict @@ -18,7 +18,7 @@ FoamFile Documentation { - docBrowser "firefox %f"; + docBrowser "firefox -file %f"; doxyDocDirs ( "$WM_PROJECT_USER_DIR/html"