hrev51453 adds 1 changeset to branch 'master'
old head: a8c92cc0aa06663111255f4dcf0592736b0e9ee2
new head: 9d5b0fdaa16209a3628e096b11473985ae2bbd67
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=9d5b0fdaa162+%5Ea8c92cc0aa06
----------------------------------------------------------------------------
9d5b0fdaa162: 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.)
[ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]
----------------------------------------------------------------------------
Revision: hrev51453
Commit: 9d5b0fdaa16209a3628e096b11473985ae2bbd67
URL: http://cgit.haiku-os.org/haiku/commit/?id=9d5b0fdaa162
Author: Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date: Sun Oct 1 15:19:37 2017 UTC
----------------------------------------------------------------------------
3 files changed, 10 insertions(+), 2 deletions(-)
docs/user/Doxyfile | 7 ++++++-
docs/user/book.css | 3 +++
docs/user/drivers/fs_interface.dox | 2 +-
----------------------------------------------------------------------------
diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile
index 8271495..8ec752b 100644
--- a/docs/user/Doxyfile
+++ b/docs/user/Doxyfile
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.12
+# Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
@@ -2394,6 +2394,11 @@ DIAFILE_DIRS =
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
# the !include statement in a plantuml block.
diff --git a/docs/user/book.css b/docs/user/book.css
index b8a20db..db5289a 100644
--- a/docs/user/book.css
+++ b/docs/user/book.css
@@ -367,6 +367,9 @@ div.contents, footer {
min-width: 59em;
max-width: 70em;
}
+footer {
+ font-size: 90%;
+}
div.contents ul, div.contents ol {
line-height: 1.3;
diff --git a/docs/user/drivers/fs_interface.dox
b/docs/user/drivers/fs_interface.dox
index 30807fb..63070f1 100644
--- a/docs/user/drivers/fs_interface.dox
+++ b/docs/user/drivers/fs_interface.dox
@@ -32,7 +32,7 @@
This flag was added because BFS doesn't support sparse files. It will be
phased out, when it does.
-/*
+*/
///// FS_WRITE_FSINFO_NAME /////