[PATCH] D126912: [BOLT][DOCS] Add PACKAGE_VERSION to doxygen config

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 18:06:01 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG65a84195ca61: [BOLT][DOCS] Add PACKAGE_VERSION to doxygen config (authored by Amir).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126912/new/

https://reviews.llvm.org/D126912

Files:
  bolt/docs/doxygen.cfg.in


Index: bolt/docs/doxygen.cfg.in
===================================================================
--- bolt/docs/doxygen.cfg.in
+++ bolt/docs/doxygen.cfg.in
@@ -38,7 +38,7 @@
 # could be handy for archiving the generated documentation or if some version
 # control system is used.
 
-PROJECT_NUMBER         =
+PROJECT_NUMBER         = @PACKAGE_VERSION@
 
 # 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126912.433931.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220603/08594506/attachment.bin>


More information about the llvm-commits mailing list