From 3d58927692b6e6ddffd3c08cbd824aa83c00ccdb Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 16 Jan 2017 20:24:27 -0800 Subject: Include commentary lines in fragments. --- src/include/open-axiom/token | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/open-axiom/token b/src/include/open-axiom/token index 9eb0b66b..b45adfa5 100644 --- a/src/include/open-axiom/token +++ b/src/include/open-axiom/token @@ -43,6 +43,7 @@ namespace OpenAxiom { enum class LineKind : uint8_t { Ordinary, // Ordinary input line + Description, // Documentation commentary lines. Meta, // Input to the attention of the reader Ignorable, // Ignorable commentary line }; -- cgit v1.2.3