From 03620ac16513109b64dc63e9d52d1014394bcc76 Mon Sep 17 00:00:00 2001 From: Jonathan Maes Date: Thu, 28 Nov 2024 11:57:57 +0100 Subject: [PATCH] API: Added missing custom quantity operator "Normalized" --- doc/templates/api-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates/api-template.html b/doc/templates/api-template.html index 5fb71d430..59600eab3 100644 --- a/doc/templates/api-template.html +++ b/doc/templates/api-template.html @@ -561,7 +561,7 @@

Custom quantities


- {{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}}