Skip to content

Commit 3079797

Browse files
committed
Require Doxygen 1.9.2 or later
1 parent b179f8c commit 3079797

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ branch.
9191
Requirements
9292
------------
9393

94-
Breathe requires Python 3.9+, Sphinx 7.2+, and Doxygen 1.9+.
94+
Breathe requires Python 3.9+, Sphinx 7.2+, and Doxygen 1.9.2+.
9595

9696
Mailing List Archives
9797
---------------------

documentation/source/concept.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,8 @@ This should work:
2020
2121
It produces this output:
2222

23-
.. ifconfig:: doxygen_version < (1, 9, 2)
24-
25-
.. error::
26-
The Doxygen version used to generate these docs does not support C++20 Concepts.
27-
Please upgrade to using Doxygen v1.9.2 or newer.
28-
29-
.. ifconfig:: doxygen_version > (1, 9, 1)
30-
31-
.. doxygenconcept:: Hashable
32-
:project: cpp_concept
23+
.. doxygenconcept:: Hashable
24+
:project: cpp_concept
3325

3426
Failing Example
3527
---------------

0 commit comments

Comments
 (0)