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:
Augustin Cavalier
2017-10-01 11:19:37 -04:00
parent a8c92cc0aa
commit 9d5b0fdaa1
3 changed files with 10 additions and 2 deletions
+6 -1
View File
@@ -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.
+3
View File
@@ -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;
+1 -1
View File
@@ -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 /////