From f4dbfaa5753aa64e9065a48d2f32a89446a8f848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 31 Dec 2018 01:07:30 +0100 Subject: [PATCH] doc: forgot to document typedef.has_template_details doxygen template. --- doc/doxygen.rst | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/doc/doxygen.rst b/doc/doxygen.rst index e5f43959..b46ecc19 100644 --- a/doc/doxygen.rst +++ b/doc/doxygen.rst @@ -1630,29 +1630,31 @@ item has the following properties: .. class:: m-table m-fullwidth -=========================== =================================================== -Property Description -=========================== =================================================== -:py:`typedef.base_url` Base URL of file containing detailed description - [3]_ -:py:`typedef.id` Identifier hash [3]_ -:py:`typedef.is_using` Whether it is a :cpp:`typedef` or an :cpp:`using` -:py:`typedef.type` Typedef type, or what all goes before the name for - function pointer typedefs [6]_ -:py:`typedef.args` Typedef arguments, or what all goes after the name - for function pointer typedefs [6]_ -:py:`typedef.name` Typedef name [4]_ -:py:`typedef.templates` Template specification. Set only in case of - :cpp:`using`. . See `Template properties`_ for - details. -:py:`typedef.brief` Brief description. Can be empty. [1]_ -:py:`typedef.is_deprecated` Whether the typedef is deprecated. [7]_ -:py:`typedef.description` Detailed description. Can be empty. [2]_ -:py:`typedef.has_details` If there is enough content for the full description - block [4]_ -:py:`typedef.is_protected` If the typedef is :cpp:`protected`. Set only for - member types. -=========================== =================================================== +=================================== =========================================== +Property Description +=================================== =========================================== +:py:`typedef.base_url` Base URL of file containing detailed + description [3]_ +:py:`typedef.id` Identifier hash [3]_ +:py:`typedef.is_using` Whether it is a :cpp:`typedef` or an + :cpp:`using` +:py:`typedef.type` Typedef type, or what all goes before the + name for function pointer typedefs [6]_ +:py:`typedef.args` Typedef arguments, or what all goes after + the name for function pointer typedefs [6]_ +:py:`typedef.name` Typedef name [4]_ +:py:`typedef.templates` Template specification. Set only in case of + :cpp:`using`. . See `Template properties`_ + for details. +:py:`typedef.has_template_details` If template parameters have description +:py:`typedef.brief` Brief description. Can be empty. [1]_ +:py:`typedef.is_deprecated` Whether the typedef is deprecated. [7]_ +:py:`typedef.description` Detailed description. Can be empty. [2]_ +:py:`typedef.has_details` If there is enough content for the full + description block [4]_ +:py:`typedef.is_protected` If the typedef is :cpp:`protected`. Set + only for member types. +=================================== =========================================== `Function properties`_ `````````````````````` -- 2.30.2