doc method
Doc export the documents.
Parameters: name - mesh.name formatter - document formatter formatted - document Returns: formatted document
Implementation
@MPI(name: "_{mesh.name}.builtin.doc")
Future<String?> doc(String name, String formatter, {Context? ctx}) {
throw UnimplementedError('doc() has not been implemented.');
}