浏览代码

Added new Export keyword for documentation.

woollybah 7 年之前
父节点
当前提交
735558abb4
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      blitz.mod/blitz.bmx

+ 5 - 0
blitz.mod/blitz.bmx

@@ -854,6 +854,11 @@ bbdoc: Denote a field as read only, where the value may only be set in its decla
 keyword: "ReadOnly"
 End Rem
 
+Rem
+bbdoc: Denote a function for export to a shared library. The generated function name will not be mangled.
+keyword: "Export"
+End Rem
+
 Rem
 bbdoc: Specify constraints on the types that can be used as arguments for a type parameter defined in a generic declaration
 keyword: "Where"