Skip to content

Commit d4a64ef

Browse files
committed
fix: replace the XML generator with a reflection-based one
This fixes the XML generator, which was out of sync with our metadata, by replacing it with a reflection-based implementation. The XML output structure changes completely, but contains equivalent information.
1 parent a1f9a82 commit d4a64ef

241 files changed

Lines changed: 83825 additions & 22855 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mrdocs.rnc

Lines changed: 749 additions & 335 deletions
Large diffs are not rendered by default.

src/lib/Gen/hbs/TagfileWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "TagfileWriter.hpp"
1313
#include <lib/ConfigImpl.hpp>
1414
#include <lib/Gen/hbs/VisitorHelpers.hpp>
15-
#include <lib/Gen/xml/CXXTags.hpp>
1615
#include <lib/Support/RawOstream.hpp>
1716
#include <mrdocs/Support/Path.hpp>
1817
#include <llvm/Support/FileSystem.h>

src/lib/Gen/xml/CXXTags.cpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)