From 9943beb4423dbadd40723f6dbe3642aa0c665984 Mon Sep 17 00:00:00 2001 From: Eric Nordelo Date: Fri, 22 Sep 2023 15:45:37 +0200 Subject: [PATCH] feat: apply update reviews --- docs/modules/ROOT/pages/api/introspection.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/api/introspection.adoc b/docs/modules/ROOT/pages/api/introspection.adoc index 02a5a64e5..58b05aee6 100644 --- a/docs/modules/ROOT/pages/api/introspection.adoc +++ b/docs/modules/ROOT/pages/api/introspection.adoc @@ -64,8 +64,8 @@ SRC5 contract implementation extending xref:ISRC5[`ISRC5`]. * xref:#SRC5-deregister_interface[`++deregister_interface(self, interface_id)++`] -- -[#SRC5-Functions] -==== Functions +[#SRC5-External-Functions] +==== External Functions [.contract-item] [[SRC5-supports_interface]] @@ -73,6 +73,9 @@ SRC5 contract implementation extending xref:ISRC5[`ISRC5`]. See xref:ISRC5-supports_interface[`ISRC5::supports_interface`]. +[#SRC5-Internal-Functions] +==== Internal Functions + [.contract-item] [[SRC5-register_interface]] ==== `[.contract-item-name]#++register_interface++#++(ref self: ContractState, interface_id: felt252)++` [.item-kind]#internal#