chiark / gitweb /
Doc++
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 25 Apr 2018 15:06:47 +0000 (17:06 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 25 Apr 2018 15:06:47 +0000 (17:06 +0200)
doc/doxygen.rst

index e381cd5bde54a412af529d9cb9ce51702376999c..e1f786a451ac287548fa9c0bdc80bf2918b34721 100644 (file)
@@ -446,10 +446,10 @@ the search to a subdomain:
 Brief and detailed description is parsed as-is with the following
 modifications:
 
--   Function parameter documentation, return value documentation and template
-    parameter documentation is extracted out of the text flow to allow for more
-    flexible styling, it's also reordered to match parameter order and warnings
-    are emitted if there are mismatches.
+-   Function parameter documentation, return value documentation, template
+    parameter and exception documentation is extracted out of the text flow to
+    allow for more flexible styling. It's also reordered to match parameter
+    order and warnings are emitted if there are mismatches.
 -   To make text content wrap better on narrow screens, :html:`<wbr/>` tags are
     added after ``::`` and ``_`` in long symbols in link titles and after ``/``
     in URLs.