From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- regex/input/index.html | 0 regex/input/sidebar-items.js | 1 + regex/input/struct.CharInput.html | 0 regex/input/struct.InputAt.html | 0 regex/input/trait.Input.html | 0 5 files changed, 1 insertion(+) create mode 100644 regex/input/index.html create mode 100644 regex/input/sidebar-items.js create mode 100644 regex/input/struct.CharInput.html create mode 100644 regex/input/struct.InputAt.html create mode 100644 regex/input/trait.Input.html (limited to 'regex/input') diff --git a/regex/input/index.html b/regex/input/index.html new file mode 100644 index 0000000..e69de29 diff --git a/regex/input/sidebar-items.js b/regex/input/sidebar-items.js new file mode 100644 index 0000000..3640ad0 --- /dev/null +++ b/regex/input/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["CharInput","An input reader over characters."],["InputAt","Represents a location in the input."]],"trait":[["Input","An abstraction over input used in the matching engines."]]}); \ No newline at end of file diff --git a/regex/input/struct.CharInput.html b/regex/input/struct.CharInput.html new file mode 100644 index 0000000..e69de29 diff --git a/regex/input/struct.InputAt.html b/regex/input/struct.InputAt.html new file mode 100644 index 0000000..e69de29 diff --git a/regex/input/trait.Input.html b/regex/input/trait.Input.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3