summaryrefslogtreecommitdiff
path: root/docs/doxygen.cfg
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-01-29 15:30:36 +0300
committerAnup Patel <anup@brainfault.org>2019-01-30 09:44:30 +0300
commit30dfdf6e0e4ac11c80ba6505024481a15f604160 (patch)
treedd06bf84b6ca26c2ffcf7f5da580742a84404e1e /docs/doxygen.cfg
parent8af20068d13986c7f66a595b89d4ef251b9d9e34 (diff)
downloadopensbi-30dfdf6e0e4ac11c80ba6505024481a15f604160.tar.xz
docs: Update doxygen config file
This patch updates doxygen config file to include docs/platform_guide.md and docs/library_usage.md in generated PDF document. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs/doxygen.cfg')
-rw-r--r--docs/doxygen.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg
index 484090b..feb461b 100644
--- a/docs/doxygen.cfg
+++ b/docs/doxygen.cfg
@@ -792,6 +792,8 @@ WARN_LOGFILE =
INPUT = @@SRC_DIR@@/README.md \
@@SRC_DIR@@/docs/contributing.md \
+ @@SRC_DIR@@/docs/platform_guide.md \
+ @@SRC_DIR@@/docs/library_usage.md \
@@SRC_DIR@@/docs/firmware \
@@SRC_DIR@@/docs/platform \
@@SRC_DIR@@/include \