Browse Source

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>
Anup Patel 5 years ago
parent
commit
30dfdf6e0e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/doxygen.cfg

+ 2 - 0
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 \