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:
@ -168,7 +168,7 @@ STRIP_FROM_INC_PATH =
|
|||||||
# support long names like on DOS, Mac, or CD-ROM.
|
# support long names like on DOS, Mac, or CD-ROM.
|
||||||
# The default value is: NO.
|
# 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
|
# 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
|
# first line (until the first dot) of a Javadoc-style comment as the brief
|
||||||
|
|||||||
@ -18,7 +18,7 @@ FoamFile
|
|||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
{
|
{
|
||||||
docBrowser "firefox %f";
|
docBrowser "firefox -file %f";
|
||||||
doxyDocDirs
|
doxyDocDirs
|
||||||
(
|
(
|
||||||
"$WM_PROJECT_USER_DIR/html"
|
"$WM_PROJECT_USER_DIR/html"
|
||||||
|
|||||||
Reference in New Issue
Block a user