Browse Source

Trade: doc++

pull/542/merge
Vladimír Vondruš 4 years ago
parent
commit
72f686377e
  1. 10
      src/Magnum/Trade/MaterialData.h

10
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 Convenience aliases to actual attribute name strings. In most cases the alias
is in the same form and capitalization --- so for example is in the same form and capitalization --- so for example
@ref MaterialAttribute::DoubleSided is an alias for @cpp "DoubleSided" @ce, the @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 When this enum is used in @ref MaterialAttributeData constructors, the data are
@ref MaterialAttributeData constructors, the data are additionally checked for additionally checked for type compatibility. Other than that, there is no
type compatibility. Other than that, there is no difference to the string difference to the string variants.
variants.
@see @ref MaterialAttributeData, @ref MaterialData @see @ref MaterialAttributeData, @ref MaterialData
*/ */
enum class MaterialAttribute: UnsignedInt { enum class MaterialAttribute: UnsignedInt {

Loading…
Cancel
Save