doc method

  1. @MPI(flags: 8, name: "_{mesh.name}.builtin.doc")
Future<String?> doc(
  1. String name,
  2. String formatter, {
  3. Context? ctx,
})

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.');
}