From f5548c41883fe0b1a08493bf9cc075a0311d1ade Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sat, 3 May 2014 10:55:24 +0200 Subject: docwriter: Add possibility to export the API in json format --- .../Regress-1.0.json/Regress.TestStructD.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/scanner/Regress-1.0.json/Regress.TestStructD.json (limited to 'tests/scanner/Regress-1.0.json/Regress.TestStructD.json') diff --git a/tests/scanner/Regress-1.0.json/Regress.TestStructD.json b/tests/scanner/Regress-1.0.json/Regress.TestStructD.json new file mode 100644 index 00000000..ba3c674f --- /dev/null +++ b/tests/scanner/Regress-1.0.json/Regress.TestStructD.json @@ -0,0 +1,34 @@ +{ + "constructors": [], + "doc": "", + "fields": [ + { + "doc": "", + "kind": "field", + "name": "array1" + }, + { + "doc": "", + "kind": "field", + "name": "array2" + }, + { + "doc": "", + "kind": "field", + "name": "field" + }, + { + "doc": "", + "kind": "field", + "name": "list" + }, + { + "doc": "", + "kind": "field", + "name": "garray" + } + ], + "kind": "class", + "methods": [], + "name": "TestStructD" +} \ No newline at end of file -- cgit v1.2.1