Skip to content

Commit 6bd525d

Browse files
committed
Minor doc/comment edits
1 parent 362e39c commit 6bd525d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ cpp_library_setup(
172172
### Documentation Features
173173

174174
- **Doxygen integration** with modern configuration
175-
- **doxygen-awesome-css@2.3.4** theme for beautiful output
175+
- **doxygen-awesome-css@2.4.0** theme for beautiful output
176176
- **Symbol exclusion** support for implementation details
177177
- **GitHub Pages deployment** via CI
178178
- **Custom Doxyfile support** (falls back to template)

cpp-library.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function(_cpp_library_setup_executables)
3434

3535
# Download doctest dependency via CPM
3636
if(NOT TARGET doctest::doctest)
37+
# https://github.com/doctest/doctest
3738
CPMAddPackage("gh:doctest/[email protected]")
3839
endif()
3940

0 commit comments

Comments
 (0)