[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 13:22:44 PDT 2022


Amir created this revision.
Herald added a reviewer: rafauler.
Herald added a subscriber: ayermolo.
Herald added a reviewer: maksfb.
Herald added a project: All.
Amir requested review of this revision.
Herald added subscribers: llvm-commits, yota9.
Herald added a project: LLVM.

Clang's doxygen documentation specifies LLVM revision. Do the same for BOLT.


Repository:
  rG LLVM Github Monorepo

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.433859.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/4d4f9c0b/attachment.bin>


More information about the llvm-commits mailing list