From 72f686377ee70f750649fabb20ff88c67e0aca46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 14 Dec 2021 11:59:23 +0100 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/MaterialData.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Magnum/Trade/MaterialData.h b/src/Magnum/Trade/MaterialData.h index 754758720..cc48a540e 100644 --- a/src/Magnum/Trade/MaterialData.h +++ b/src/Magnum/Trade/MaterialData.h @@ -93,12 +93,12 @@ MAGNUM_TRADE_EXPORT Debug& operator<<(Debug& debug, MaterialLayer value); Convenience aliases to actual attribute name strings. In most cases the alias is in the same form and capitalization --- so for example @ref MaterialAttribute::DoubleSided is an alias for @cpp "DoubleSided" @ce, the -only exception is @ref MaterialAttribute::LayerName which is @cpp " LayerName" @ce (with a space at the front). +only exception is @ref MaterialAttribute::LayerName which is +@cpp " LayerName" @ce (with a space at the front). -When this enum si used in -@ref MaterialAttributeData constructors, the data are additionally checked for -type compatibility. Other than that, there is no difference to the string -variants. +When this enum is used in @ref MaterialAttributeData constructors, the data are +additionally checked for type compatibility. Other than that, there is no +difference to the string variants. @see @ref MaterialAttributeData, @ref MaterialData */ enum class MaterialAttribute: UnsignedInt {