docs/user: Upgrade to Doxygen 1.8.13.
Also tweak the footer CSS a bit, and fix an unclosed comment in the fs_interface docs (spotted via a warning in Doxygen output.)
This commit is contained in:
+6
-1
@@ -1,4 +1,4 @@
|
|||||||
# Doxyfile 1.8.12
|
# Doxyfile 1.8.13
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
@@ -2394,6 +2394,11 @@ DIAFILE_DIRS =
|
|||||||
|
|
||||||
PLANTUML_JAR_PATH =
|
PLANTUML_JAR_PATH =
|
||||||
|
|
||||||
|
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
|
||||||
|
# configuration file for plantuml.
|
||||||
|
|
||||||
|
PLANTUML_CFG_FILE =
|
||||||
|
|
||||||
# When using plantuml, the specified paths are searched for files specified by
|
# When using plantuml, the specified paths are searched for files specified by
|
||||||
# the !include statement in a plantuml block.
|
# the !include statement in a plantuml block.
|
||||||
|
|
||||||
|
|||||||
@@ -367,6 +367,9 @@ div.contents, footer {
|
|||||||
min-width: 59em;
|
min-width: 59em;
|
||||||
max-width: 70em;
|
max-width: 70em;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
div.contents ul, div.contents ol {
|
div.contents ul, div.contents ol {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
This flag was added because BFS doesn't support sparse files. It will be
|
This flag was added because BFS doesn't support sparse files. It will be
|
||||||
phased out, when it does.
|
phased out, when it does.
|
||||||
/*
|
*/
|
||||||
|
|
||||||
|
|
||||||
///// FS_WRITE_FSINFO_NAME /////
|
///// FS_WRITE_FSINFO_NAME /////
|
||||||
|
|||||||
Reference in New Issue
Block a user