Skip to content

Commit

Permalink
doc: update min doxy version
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed May 13, 2024
1 parent 63af166 commit c64c538
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 79 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ endif()
option(BUILD_DOCS "Enable building with documentation." OFF)

if(BUILD_DOCS)
find_package(Doxygen 1.8)
find_package(Doxygen 1.10)

if(DOXYGEN_FOUND)
add_subdirectory(docs)
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
![uvw - libuv wrapper in modern C++](https://user-images.githubusercontent.com/1812216/46069406-c977a600-c17b-11e8-9a47-9bba6f412c57.png)

<!--
@cond TURN_OFF_DOXYGEN
-->
[![Build Status](https://github.com/skypjack/uvw/workflows/build/badge.svg)](https://github.com/skypjack/uvw/actions)
[![Coverage](https://codecov.io/gh/skypjack/uvw/branch/master/graph/badge.svg)](https://codecov.io/gh/skypjack/uvw)
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue)](https://skypjack.github.io/uvw/)
Expand All @@ -18,9 +15,6 @@ If you use `uvw` and you want to say thanks or support the project, please
You can help me make the difference.
[Many thanks](https://skypjack.github.io/sponsorship/) to those who supported me
and still support me today.
<!--
@endcond TURN_OFF_DOXYGEN
-->

# Introduction

Expand Down Expand Up @@ -443,15 +437,9 @@ Code and documentation released under
Logo released under
[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).

<!--
@cond TURN_OFF_DOXYGEN
-->
# Support

If you want to support this project, you can
[offer me](https://github.com/users/skypjack/sponsorship) an espresso.<br/>
If you find that it's not enough, feel free to
[help me](https://www.paypal.me/skypjack) the way you prefer.
<!--
@endcond TURN_OFF_DOXYGEN
-->
Loading

0 comments on commit c64c538

Please sign in to comment.