/// | |
/// 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 {} | |