blob: 457dcaa1af9326b07329c2db39a5e61a0f0bb681 [file] [log] [blame]
///
/// The library nodocme should never have any members documented, even if
/// reexported, due to dartdoc_options.yaml in the package root.
///
library nodocme;
/// I should not appear in documentation.
class NodocMeImplementation {}
class MeNeitherEvenWithoutADocComment {}