Skip to content

Commit

Permalink
[ci] Fix missing doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Aug 23, 2024
1 parent fe95a0f commit b5c6b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/score-plugin-fx/Fx/MathMapping.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ struct Node
static const constexpr auto prettyName = "Arraygen";
static const constexpr auto objectKey = "ArrayGenerator";
static const constexpr auto category = "Control/Generators";
static const constexpr auto manual_url = "https://ossia.io/score-docs/processes/exprtk.html#array-handling";
static const constexpr auto author = "ossia score, ExprTK (Arash Partow)";
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description
Expand Down

0 comments on commit b5c6b12

Please sign in to comment.