/// <summary> /// SUMMARY INFORMATION! /// </summary> /// <remarks> /// REMARKS are awesome because they become implementation notes! /// /// { /// "WithSome": "Tab support for code blocks!" /// } /// /// Documentation power at your fingertips! /// </remarks> [HttpGet] [Produces("application/json")] public IEnumerable<string> Get() { return new string[] { "value1", "value2" }; }