File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ branch.
91
91
Requirements
92
92
------------
93
93
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 +.
95
95
96
96
Mailing List Archives
97
97
---------------------
Original file line number Diff line number Diff line change @@ -20,16 +20,8 @@ This should work:
20
20
21
21
It produces this output:
22
22
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
33
25
34
26
Failing Example
35
27
---------------
You can’t perform that action at this time.
0 commit comments