From 01948fa8af3abdb621000dc46264918e50fd5a6b Mon Sep 17 00:00:00 2001 From: Loren Segal Date: Sun, 29 Aug 2010 17:48:26 -0400 Subject: Add .yardopts so YARD can document Rails --- .yardopts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .yardopts (limited to '.yardopts') diff --git a/.yardopts b/.yardopts new file mode 100644 index 0000000000..4f89247bbb --- /dev/null +++ b/.yardopts @@ -0,0 +1,3 @@ +--exclude /templates/ +--quiet +act*/lib/**/*.rb -- cgit v1.2.3 From 5949e705f496c78fa125610d581a9339fa63da94 Mon Sep 17 00:00:00 2001 From: Brian Cardarella Date: Fri, 3 Sep 2010 09:49:52 -0400 Subject: Let YARD document the railties gem --- .yardopts | 1 + 1 file changed, 1 insertion(+) (limited to '.yardopts') diff --git a/.yardopts b/.yardopts index 4f89247bbb..25ec38658f 100644 --- a/.yardopts +++ b/.yardopts @@ -1,3 +1,4 @@ --exclude /templates/ --quiet act*/lib/**/*.rb +railties/lib/**/*.rb -- cgit v1.2.3