Skip to content

Commit

Permalink
Cleanup after recent PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 19, 2024
1 parent 2d155f9 commit 381a609
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
cmake --build .
- name: Make The Binary
run: make -j ARMIPS=armips/build/armips
run: make all -j ARMIPS=armips/build/armips
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH = docs/images
IMAGE_PATH = docs/Documentation

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ Other contributors:
- thecozies: Fresnel feature suggestion
- Rasky: memset feature suggestion
- coco875: Doxygen / GitHub Pages setup
- ThePerfectLuigi64: CI build setup
- neoshaman: feature discussions
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 381a609

Please sign in to comment.