diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-01-21 11:01:14 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-22 11:40:15 +0530 |
commit | ac003ff6bfead5737638888431fa646d707e246b (patch) | |
tree | deb0a31112183ed62997f88e899f90c27e2cde46 /docs | |
parent | 023aa6bb043420cd215379a0b31b8aceef38807b (diff) |
docs: Add OpenSBI version to doxygen.cfg
The PDF document generated by doxygen should have OpenSBI version
hence this patch adds OpenSBI version to doxygen.cfg.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 344b085..484090b 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "RISC-V OpenSBI" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = "v@@OPENSBI_MAJOR@@.@@OPENSBI_MINOR@@" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |