doc method
Doc export the documents. 按格式导出文档.
Implementation
@MPI(flags: 8, name: "_{mesh.name}.builtin.doc")
Future<String?> doc(String name, String formatter, {Context? ctx}) {
throw UnimplementedError('doc() has not been implemented.');
}
Doc export the documents. 按格式导出文档.
@MPI(flags: 8, name: "_{mesh.name}.builtin.doc")
Future<String?> doc(String name, String formatter, {Context? ctx}) {
throw UnimplementedError('doc() has not been implemented.');
}