package net.rubygrapefruit.docs.model; /** * An inline span of content. */ public interface Span extends Inline, InlineContainer { }