From 4a7b6a4555a76b19dd217171fc0ddce6707bca95 Mon Sep 17 00:00:00 2001 From: Ken Sheedlo Date: Fri, 12 Jul 2013 17:42:27 -0700 Subject: docs(minErr): Build minErr doc site --- docs/content/error/parse/isecfld.ngdoc | 4 ++++ docs/content/error/parse/isecfn.ngdoc | 4 ++++ docs/content/error/parse/lexerr.ngdoc | 4 ++++ docs/content/error/parse/syntax.ngdoc | 4 ++++ docs/content/error/parse/ueoe.ngdoc | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 docs/content/error/parse/isecfld.ngdoc create mode 100644 docs/content/error/parse/isecfn.ngdoc create mode 100644 docs/content/error/parse/lexerr.ngdoc create mode 100644 docs/content/error/parse/syntax.ngdoc create mode 100644 docs/content/error/parse/ueoe.ngdoc (limited to 'docs/content/error/parse') diff --git a/docs/content/error/parse/isecfld.ngdoc b/docs/content/error/parse/isecfld.ngdoc new file mode 100644 index 00000000..7489baf7 --- /dev/null +++ b/docs/content/error/parse/isecfld.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $parse:isecfld +@fullName Referencing constructor Field +@description diff --git a/docs/content/error/parse/isecfn.ngdoc b/docs/content/error/parse/isecfn.ngdoc new file mode 100644 index 00000000..1e932f30 --- /dev/null +++ b/docs/content/error/parse/isecfn.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $parse:isecfn +@fullName Referencing Function Disallowed +@description diff --git a/docs/content/error/parse/lexerr.ngdoc b/docs/content/error/parse/lexerr.ngdoc new file mode 100644 index 00000000..f03cb93b --- /dev/null +++ b/docs/content/error/parse/lexerr.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $parse:lexerr +@fullName Lexer Error +@description diff --git a/docs/content/error/parse/syntax.ngdoc b/docs/content/error/parse/syntax.ngdoc new file mode 100644 index 00000000..122eda21 --- /dev/null +++ b/docs/content/error/parse/syntax.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $parse:syntax +@fullName Syntax Error +@description diff --git a/docs/content/error/parse/ueoe.ngdoc b/docs/content/error/parse/ueoe.ngdoc new file mode 100644 index 00000000..726d15c3 --- /dev/null +++ b/docs/content/error/parse/ueoe.ngdoc @@ -0,0 +1,4 @@ +@ngdoc error +@name $parse:ueoe +@fullName Unexpected End of Expression +@description -- cgit v1.2.3