mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3c4112a0e
commit
b2ff383d49
@ -132,7 +132,7 @@ class ParamAttrsList {
|
|||||||
/// attributes for the specified parameter remain set and the attribute
|
/// attributes for the specified parameter remain set and the attribute
|
||||||
/// given by \p attr is also set.
|
/// given by \p attr is also set.
|
||||||
/// @brief Add a single ParameterAttribute
|
/// @brief Add a single ParameterAttribute
|
||||||
void addAttribute(uint16_t param_index, ParameterAttribute attr);
|
void addAttribute(uint16_t param_index, ParameterAttributes attr);
|
||||||
|
|
||||||
/// This method will remove the \p attr to the parameter with index
|
/// This method will remove the \p attr to the parameter with index
|
||||||
/// \p param_index. If the parameter index does not exist in the list,
|
/// \p param_index. If the parameter index does not exist in the list,
|
||||||
@ -142,7 +142,7 @@ class ParamAttrsList {
|
|||||||
/// Otherwise, the specified attribute is removed from the set of attributes
|
/// Otherwise, the specified attribute is removed from the set of attributes
|
||||||
/// for the given index.
|
/// for the given index.
|
||||||
/// @brief Remove a single ParameterAttribute
|
/// @brief Remove a single ParameterAttribute
|
||||||
void removeAttribute(uint16_t param_index, ParameterAttribute attr);
|
void removeAttribute(uint16_t param_index, ParameterAttributes attr);
|
||||||
|
|
||||||
/// This is identical to addAttribute but permits you to set multiple
|
/// This is identical to addAttribute but permits you to set multiple
|
||||||
/// attributes at the same time. The \p attrs value is expected to be a
|
/// attributes at the same time. The \p attrs value is expected to be a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user