Skip to content

Commit

Permalink
API: Added missing custom quantity operator "Normalized"
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMaes committed Nov 28, 2024
1 parent ccf5561 commit 03620ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/templates/api-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h1> Custom quantities </h1>

<hr/>

{{range .FilterName "Add" "Const" "ConstVector" "Cross" "Div" "Dot" "MAdd" "Masked" "Mul" "MulMV" "Shifted"}} {{template "entry" .}} {{end}}
{{range .FilterName "Add" "Const" "ConstVector" "Cross" "Div" "Dot" "MAdd" "Masked" "Mul" "MulMV" "Normalized" "Shifted"}} {{template "entry" .}} {{end}}

</div>

Expand Down

0 comments on commit 03620ac

Please sign in to comment.