This is an automated email from the ASF dual-hosted git repository. shazwazza pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 873bd61870fc97afcad91cd7f44774b64809af64 Merge: 7806275 28b34b2 Author: Shannon <[email protected]> AuthorDate: Wed Mar 24 09:47:08 2021 +1100 Merge branch 'docs/markdown-converted/4.8.1' into master src/docs/DocumentationTools.sln | 6 - src/docs/JavaDocToMarkdownConverter/App.config | 50 --- .../CustomMarkdownScheme.cs | 61 ---- .../JavaDocToMarkdownConverter/DocConverter.cs | 371 --------------------- .../Formatters/AllWhitespacePrefixReplacer.cs | 96 ------ .../Formatters/CodeExtractor.cs | 60 ---- .../Formatters/CodeLinkReplacer.cs | 117 ------- .../Formatters/ConvertedDocument.cs | 40 --- .../Formatters/DemoCodeFormatter.cs | 80 ----- .../Formatters/DivWrapperReplacer.cs | 40 --- .../Formatters/DocTypeReplacer.cs | 36 -- .../Formatters/ElementWhitespacePrefixReplacer.cs | 99 ------ .../Formatters/ExtraHtmlElementReplacer.cs | 78 ----- .../Formatters/JavaDocFormatters.cs | 60 ---- .../Formatters/NamedAnchorLinkReplacer.cs | 39 --- .../Formatters/PatternReplacer.cs | 41 --- .../Formatters/RepoLinkReplacer.cs | 58 ---- .../JavaDocToMarkdownConverter.csproj | 109 ------ src/docs/JavaDocToMarkdownConverter/Program.cs | 57 ---- .../Properties/AssemblyInfo.cs | 58 ---- .../JavaDocToMarkdownConverter/StringExtensions.cs | 158 --------- src/docs/convert.ps1 | 5 +- src/docs/readme.md | 13 +- 23 files changed, 5 insertions(+), 1727 deletions(-)
