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.
This commit is contained in:
parent
b4861ec0ad
commit
14927bb3d0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ FoamFile
|
|||
|
||||
Documentation
|
||||
{
|
||||
docBrowser "firefox %f";
|
||||
docBrowser "firefox -file %f";
|
||||
doxyDocDirs
|
||||
(
|
||||
"$WM_PROJECT_USER_DIR/html"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue