I got the following error (I adjusted the file paths since do not want to share details for the project and for the sake of readability).
Any recommendations what to do or how to get a more detailed output which of the over 100 XML files it has a problem with?
[build] Traceback (most recent call last):
[build] File "doxygen.py", line 4015, in <module>
[proc] The command:cmake.EXE --build Debug --target all exited with code: 1
[build] run(state, templates=os.path.abspath(args.templates), wildcard=args.wildcard, index_pages=args.index_pages, search_merge_subtrees=not args.search_no_subtree_merging, search_add_lookahead_barriers=not args.search_no_lookahead_barriers, search_merge_prefixes=not args.search_no_prefix_merging)
[build] File "doxygen.py", line 3872, in run
[build] parsed = parse_xml(state, file)
[build] File "doxygen.py", line 2941, in parse_xml
[build] enum = parse_enum(state, memberdef)
[build] File "doxygen.py", line 1853, in parse_enum
[build] assert element.tag == 'memberdef' and element.attrib['kind'] == 'enum'
[build] AssertionError
Hello,
I got the following error (I adjusted the file paths since do not want to share details for the project and for the sake of readability).
Any recommendations what to do or how to get a more detailed output which of the over 100 XML files it has a problem with?
(I tried `doxygen.py doxyfile-mcss --debug and that is the output)