Skip to content

Commit

Permalink
[doc] fix python directory in Doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Jan 4, 2024
1 parent 8730cf6 commit 1057453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fix name of frame parent attribute in examples
- Fix Doxyfile python bindings directory #110

## [0.4.0] - 2023-12-22

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.extra.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INPUT = @CMAKE_SOURCE_DIR@/doc \
@CMAKE_SOURCE_DIR@/include \
@CMAKE_SOURCE_DIR@/python \
@CMAKE_SOURCE_DIR@/bindings/python \
@CMAKE_SOURCE_DIR@/README.md

RECURSIVE = YES
Expand Down

0 comments on commit 1057453

Please sign in to comment.