mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: command-line -doc, -srcDoc display online documentation
- browser is spawned as a background process to avoid blocking the command-line
This commit is contained in:
@ -18,17 +18,15 @@ FoamFile
|
||||
|
||||
Documentation
|
||||
{
|
||||
docBrowser "firefox %f";
|
||||
docBrowser "firefox -new-tab %f";
|
||||
doxySourceFileExt "_8C.html";
|
||||
|
||||
// Places to search for documentation, http is last in the list
|
||||
doxyDocDirs
|
||||
(
|
||||
"$WM_PROJECT_USER_DIR/html"
|
||||
"~OpenFOAM/html"
|
||||
"$WM_PROJECT_DIR/doc/Doxygen/html"
|
||||
);
|
||||
doxySourceFileExts
|
||||
(
|
||||
"App_8C.html"
|
||||
"_8C.html"
|
||||
"https://www.openfoam.com/documentation/cpp-guide/html"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user