summaryOnly property

bool summaryOnly
final

Whether this should create summary kernel files or full kernel files.

Summary files only contain the "outline" of the module - you can think of this as everything but the method bodies.

Implementation

final bool summaryOnly;