summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-04-08 19:18:07 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-04-08 19:23:43 (GMT)
commite03e2a29f9279deabe62d795b0db925a982d0eef (patch)
tree8e0254cd7ea40d93489037f53d6f42d1619358c6 /doc
parenta9e4a9e5b51ab33df64f3989c710e08546dcd45d (diff)
downloadDoxygen-e03e2a29f9279deabe62d795b0db925a982d0eef.zip
Doxygen-e03e2a29f9279deabe62d795b0db925a982d0eef.tar.gz
Doxygen-e03e2a29f9279deabe62d795b0db925a982d0eef.tar.bz2
issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)
Diffstat (limited to 'doc')
-rw-r--r--doc/commands.doc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 1465a1e..b9ffc3e 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -60,6 +60,7 @@ documentation:
\refitem cmdcite \\cite
\refitem cmdclass \\class
\refitem cmdcode \\code
+\refitem cmdconcept \\concept
\refitem cmdcond \\cond
\refitem cmdcopybrief \\copybrief
\refitem cmdcopydetails \\copydetails
@@ -457,6 +458,15 @@ Structural indicators
\endlatexonly
<hr>
+\section cmdconcept \\concept <name>
+
+ \addindex \\concept
+ Indicates that a comment block contains documentation for a
+ C++20 concept with name \<name\>.
+ See also the \ref cmdheaderfile "\\headerfile" command to specify the
+ header a user should be included to use the concept.
+
+<hr>
\section cmddef \\def <name>
\addindex \\def