Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[docs] 1.8.x Clean up [[eosio::action]] use for structs #1077

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ link_text: ABI/Code generator attributes
The new ABI generator tool uses C++11 or GNU style attributes to mark `actions` and `tables`.

## [[eosio::action]]
This attribute marks either a struct or a method as an action.
This attribute marks a method as an action.
Example (four ways to declare an action for ABI generation):
```cpp
// this is the C++11 and greater style attribute
Expand Down