From 146764aca661d51daa298c7cfe6b9b5efcff7e5f Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 26 Feb 2015 19:08:59 +0100 Subject: stop generating separate pages for property accessors --- test/data/format/accessor.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/data/format/accessor.md (limited to 'test/data/format/accessor.md') diff --git a/test/data/format/accessor.md b/test/data/format/accessor.md new file mode 100644 index 00000000..8279f452 --- /dev/null +++ b/test/data/format/accessor.md @@ -0,0 +1,18 @@ +[test](test/index) / [C](test/-c/index) / [x](test/-c/x) + + +# x + +`var x: String` +**Getter** + +The getter returns an empty string. + + +**Setter** + +The setter does nothing. + + + + -- cgit