Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Apr 1, 2020
1 parent cb007e9 commit 271c0d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/geode/basic/attribute_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ namespace geode
* @param[in] name The associated attribute name to look for
* @param[in] default_value The default value to use when new attribute
* element are created
* @param[in] properties The AttributeProperties to use
* @param[in] properties The AttributeProperties to set the attribute
* flags for future modifications
* @tparam Attribute The attribute type to look for,
* such as ConstantAttribute
* @tparam T The type of the Attribute element
Expand Down
4 changes: 4 additions & 0 deletions include/geode/basic/attribute_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ namespace geode

namespace geode
{
/*!
* Struct holding Attribute flags used by the AttributeManager for
* updating/computing attribute values
*/
struct AttributeProperties
{
AttributeProperties() = default;
Expand Down

0 comments on commit 271c0d6

Please sign in to comment.