This is an automated email from the ASF dual-hosted git repository. harbs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit 6616b5c27e5e33c240d7d6f144598f3de5d8e3d4 Author: Harbs <[email protected]> AuthorDate: Thu Dec 16 16:56:53 2021 +0200 Added interfaces stub --- _data/toc.json | 3 +++ features/as3/interfaces.md | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/_data/toc.json b/_data/toc.json index ec39a76..64fdfd2 100644 --- a/_data/toc.json +++ b/_data/toc.json @@ -59,6 +59,9 @@ "path": "features/as3/classes-and-functions.md" }, { + "path": "features/as3/interfaces.md" + }, + { "path": "features/as3/code-conventions.md" }, { diff --git a/features/as3/interfaces.md b/features/as3/interfaces.md new file mode 100644 index 0000000..443661f --- /dev/null +++ b/features/as3/interfaces.md @@ -0,0 +1,27 @@ +--- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +layout: docpage +title: Interfaces +description: Interfaces in ActionScript 3 +permalink: /features/as3/interfaces +--- + +# Interfaces + +Interfaces in ActionScript 3 + +To fill out... \ No newline at end of file
