diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-06-17 15:06:13 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-06-17 15:09:07 +0200 |
commit | ba0db95909a232e3f4d694294f077c9460ef00ce (patch) | |
tree | 9dec7b587da17d2beac94d8003a7874d7165e9dc /modules/mono/doc_classes | |
parent | 7cde0e4ab99e879428af38fd3f005524920c2ed4 (diff) |
DocData: Skip language-specific ClassDoc without methods/constants
Removes the useless `@C#`, `@NativeScript` and `@VisualScript` entries.
Diffstat (limited to 'modules/mono/doc_classes')
-rw-r--r-- | modules/mono/doc_classes/@C#.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/mono/doc_classes/@C#.xml b/modules/mono/doc_classes/@C#.xml deleted file mode 100644 index 83a7fbf02c..0000000000 --- a/modules/mono/doc_classes/@C#.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="@C#" version="4.0"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> - <methods> - </methods> - <constants> - </constants> -</class> |