diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
| commit | f4ac738d36d4904a04e893d7741034f25428e216 (patch) | |
| tree | 893706fe23d1fa1f43795bc7dc6f5bc7638cf023 /src/d/actor/d_a_item.cpp | |
| parent | 49afbc07e2a83353bb9e6983dd9336cd4a761de6 (diff) | |
Clean up comments
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_item.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_item.cpp b/src/d/actor/d_a_item.cpp index 5cbbbcb6..c3704efb 100644 --- a/src/d/actor/d_a_item.cpp +++ b/src/d/actor/d_a_item.cpp @@ -1,7 +1,7 @@ -// -// Generated by dtk -// Translation Unit: d_a_item.cpp -// +/** + * d_a_item.cpp + * Item - Field Item + */ #include "d/d_item.h" #include "d/d_item_data.h" |
