aboutsummaryrefslogtreecommitdiff
path: root/regex_syntax/sidebar-items.js
diff options
context:
space:
mode:
author2015-06-29 20:16:15 +0000
committer2015-06-29 20:16:15 +0000
commit64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 (patch)
tree8c64d6e8be006486d975a651505fbbde61365cd6 /regex_syntax/sidebar-items.js
downloadirsc-gh-pages.tar.gz
irsc-gh-pages.tar.xz
irsc-gh-pages.zip
Update documentationgh-pages
Diffstat (limited to 'regex_syntax/sidebar-items.js')
-rw-r--r--regex_syntax/sidebar-items.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/regex_syntax/sidebar-items.js b/regex_syntax/sidebar-items.js
new file mode 100644
index 0000000..7f23766
--- /dev/null
+++ b/regex_syntax/sidebar-items.js
@@ -0,0 +1 @@
+initSidebarItems({"enum":[["ErrorKind","The specific type of parse error that can occur."],["Expr","A regular expression abstract syntax tree."],["Repeater","The type of a repeat operator expression."]],"fn":[["quote","Escapes all regular expression meta characters in `text`."]],"struct":[["CharClass","A character class."],["ClassRange","A single inclusive range in a character class."],["Error","A parse error."]],"type":[["Result","An alias for computations that can return a `Error`."]]}); \ No newline at end of file