Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Sep 10, 2023
1 parent ff5b153 commit 18ec097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async Task AppSettingsDocumentationGeneration()
};
AssemblyMembers members = DocReader.Read(typeof(AppSettings).Assembly, options);
#else
var members = new DocumentMembers(System.Xml.Linq.XDocument.Parse("<root></root>"), Array.Empty<Member>());
var members = new DocumentMembers(System.Xml.Linq.XDocument.Parse("<root></root>"), System.Array.Empty<Member>());
#endif

var visitor = new AppSettingsMarkdownVisitor();
Expand Down

0 comments on commit 18ec097

Please sign in to comment.