diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-01-29 18:00:36 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-30 12:14:30 +0530 |
commit | 30dfdf6e0e4ac11c80ba6505024481a15f604160 (patch) | |
tree | dd06bf84b6ca26c2ffcf7f5da580742a84404e1e /docs | |
parent | 8af20068d13986c7f66a595b89d4ef251b9d9e34 (diff) |
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')
-rw-r--r-- | docs/doxygen.cfg | 2 |
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 \ |