Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGING70a4d2941e3c: doc: Make build system insert version in Doxyfile
rABC70a4d2941e3c: doc: Make build system insert version in Doxyfile
make check ninja less <build>/doc/Doxyfile # verify it exists and is generated with the correct version number
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pr10155
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6607 Build 11261: Bitcoin ABC Buildbot (legacy) Build 11260: arc lint + arc unit
Event Timeline
doc/Doxyfile.cmake.in | ||
---|---|---|
41 ↗ | (On Diff #9914) | Autotools defines a PACKAGE_VERSION but the cmake build does not. Since the version may be represented in slightly different ways, it didn't seem correct to define one. Using the appropriate version components here. |
doc/Doxyfile.in | ||
35 ↗ | (On Diff #9914) | This isn't part of the original PR but clearly should have been. No other Core PR covers this, so I included it here. |
doc/Doxyfile.cmake.in | ||
---|---|---|
35 ↗ | (On Diff #9914) | Prefer the ${VARIABLE} notation which is the default for Cmake, unless you need this notation for something else (e.g. for configuring a bash script). |