File: concept.rst

package info (click to toggle)
breathe 4.36.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,224 kB
  • sloc: python: 12,703; cpp: 1,737; makefile: 523; xml: 168; sh: 54; ansic: 52
file content (39 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

.. _concept-example:

doxygenconcept Directive Example
================================

.. warning::
   C++20 Concepts support was added in Doxygen v1.9.2. Please be sure to use Doxygen v1.9.2 or
   newer with :ref:`doxygenconcept`.

Working Example
---------------

This should work:

.. code-block:: rst

   .. doxygenconcept:: Hashable
      :project: cpp_concept

It produces this output:

.. doxygenconcept:: Hashable
   :project: cpp_concept

Failing Example
---------------

This intentionally fails:

.. code-block:: rst

   .. doxygenconcept:: MadeUpConcept
      :project: cpp_concept

It produces the following warning message:

.. warning::
   doxygenconcept: Cannot find concept "MadeUpConcept" in doxygen xml output