From 14927bb3d0bd4bd8e9df1ff1b8643bf3b80f6b03 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 14 May 2017 15:41:46 +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 1784a4bdb..b38c920d3 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"