blob: c2cd9a94903e84792c1769af769a1cd8657c3064 [file] [log] [blame]
/// This library is excluded from the documentation
/// even though it is located in the lib folder by
/// using the <nodoc> tag
library excluded;
export 'example.dart' show Apple;
const EXCLUDE = 'exclude';
class Excluded {
void excludedMethod(String s) {}
}