Skip to content

Commit 76ca2ef

Browse files
Fix syntax formats
1 parent 01c8475 commit 76ca2ef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/extensions/interface-class-cpp-component-extensions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Declares an interface. For information on native interfaces, see [__interface](
1515
### Syntax
1616

1717
```cpp
18-
interface_access
19-
interface class
20-
name : inherit_accessbase_interface{};interface_accessinterface structname : inherit_accessbase_interface{};
18+
interface_access interface class name : inherit_access base_interface {};
19+
interface_access interface struct name : inherit_access base_interface {};
2120
```
2221
2322
### Parameters

0 commit comments

Comments
 (0)