From c1c349caaa80262b1296a3c085f4679475a66c80 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 21 Mar 2024 02:35:17 -0700 Subject: [PATCH] typegen: expand function regex, support function overloads --- layouts/shortcodes/qmltype.html | 10 +++++----- typegen/src/outform.rs | 3 ++- typegen/src/parse.rs | 2 +- typegen/src/resolver.rs | 20 ++++++++++++++++++-- types/QtQuick.json | 10 ++++++++++ 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/layouts/shortcodes/qmltype.html b/layouts/shortcodes/qmltype.html index fa5718d..0def484 100644 --- a/layouts/shortcodes/qmltype.html +++ b/layouts/shortcodes/qmltype.html @@ -85,11 +85,11 @@ {{- if $type.functions -}}

Functions