From 265aca5d60bfe9758e80697e03e6a25a4f193e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 17 Nov 2018 22:48:39 +0100 Subject: [PATCH] Doxygen: added the \thirdparty alias. --- Doxyfile | 1 + Doxyfile-mcss | 1 + Doxyfile-public | 1 + doc/coding-style.dox | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index fc7c3e558..44b23f093 100644 --- a/Doxyfile +++ b/Doxyfile @@ -245,6 +245,7 @@ ALIASES = \ "tweakableliteral{1}=@brief Tweakable literal parser @xrefitem tweakableliterals \"Tweakable literal parser\" \"Tweakable literal parsers\" Allows using @ref \1 with @ref Corrade::Utility::Tweakable." \ "collisionoccurenceoperator{2}=@relatesalso \1 @brief Collision occurence of @ref \1 and @ref \2 @see @ref \2::operator%(const \1&) const" \ "collisionoperator{2}=@relatesalso \1 @brief Collision of @ref \1 and @ref \2 @see @ref \2::operator/(const \1&) const" \ + "thirdparty=@xrefitem credits-third-party \"Third-party components\" \"Third-party components\"" \ "todoc=@xrefitem todoc \"Documentation todo\" \"Documentation-related todo list\"" \ "fn_gl{1}=gl\1()" \ "fn_gl2{2}=gl\1()" \ diff --git a/Doxyfile-mcss b/Doxyfile-mcss index 5dfad11c3..9244b2a0a 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -25,6 +25,7 @@ ALIASES = \ "tweakableliteral{1}=@brief Tweakable literal parser @xrefitem tweakableliterals \"Tweakable literal parser\" \"Tweakable literal parsers\" Allows using @ref \1 with @ref Corrade::Utility::Tweakable." \ "collisionoccurenceoperator{2}=@relatesalso \1 @brief Collision occurence of @ref \1 and @ref \2 @see @ref \2::operator%(const \1&) const" \ "collisionoperator{2}=@relatesalso \1 @brief Collision of @ref \1 and @ref \2 @see @ref \2::operator/(const \1&) const" \ + "thirdparty=@xrefitem credits-third-party \"Third-party components\" \"Third-party components\"" \ "todoc=@xrefitem todoc \"Documentation todo\" \"Documentation-related todo list\"" \ "fn_gl{1}=@m_class{m-dox-external} gl\1()" \ "fn_gl2{2}=@m_class{m-dox-external} gl\1()" \ diff --git a/Doxyfile-public b/Doxyfile-public index 81e659ab3..87b3a3cd5 100644 --- a/Doxyfile-public +++ b/Doxyfile-public @@ -21,6 +21,7 @@ ALIASES = \ "tweakableliteral{1}=@brief Tweakable literal parser @xrefitem tweakableliterals \"Tweakable literal parser\" \"Tweakable literal parsers\" Allows using @ref \1 with @ref Corrade::Utility::Tweakable." \ "collisionoccurenceoperator{2}=@relatesalso \1 @brief Collision occurence of @ref \1 and @ref \2 @see @ref \2::operator%(const \1&) const" \ "collisionoperator{2}=@relatesalso \1 @brief Collision of @ref \1 and @ref \2 @see @ref \2::operator/(const \1&) const" \ + "thirdparty=@xrefitem credits-third-party \"Third-party components\" \"Third-party components\"" \ "todoc=@todo" \ "fn_gl{1}=@m_class{m-dox-external} gl\1()" \ "fn_gl2{2}=@m_class{m-dox-external} gl\1()" \ diff --git a/doc/coding-style.dox b/doc/coding-style.dox index 2ceac57d1..a4071ae1a 100644 --- a/doc/coding-style.dox +++ b/doc/coding-style.dox @@ -91,9 +91,9 @@ appropriately mark the class/function Additionally to @c \@todoc, @c \@debugoperator, @c \@debugoperatorenum, @c \@debugoperatorclassenum, @c \@configurationvalue, @c \@configurationvalueref, -@c \@tweakableliteral, @c \@cb, @c \@ce, @c \@cpp, @c \@cmake defined -@ref corrade-coding-style-documentation-commands "the same as in Corrade" and -all @c \@m_* commands from the [m.css theme](http://mcss.mosra.cz/doxygen/#theme-specific-commands), +@c \@tweakableliteral, @c \@thirdparty, @c \@cb, @c \@ce, @c \@cpp, @c \@cmake +defined @ref corrade-coding-style-documentation-commands "the same as in Corrade" +and all @c \@m_* commands from the [m.css theme](https://mcss.mosra.cz/doxygen/#theme-specific-commands), these are defined: @subsubsection coding-style-documentation-commands-code Code