GNOME Bugzilla – Bug 764656
generated xml has errors
Last modified: 2016-09-05 13:46:07 UTC
Created attachment 325447 [details] doxygen cfg Project can be downloaded from - https://github.com/JohnLangford/vowpal_wabbit/releases/tag/7.10 Doxygen cfg file is attached, GENERATE_XML = YES Upon running doxygen, it prints out the following errors: classMultiWorldTesting_1_1GenericExplorer.xml:21: parser error : Opening and ending tag mismatch: float line 21 and bitfield ck(Ctx context) override { return defaultScorer->ScoreActions(context)</bitfield ^ classMultiWorldTesting_1_1GenericExplorer.xml:29: parser error : Opening and ending tag mismatch: bitfield line 21 and memberdef </memberdef> ^ classMultiWorldTesting_1_1GenericExplorer.xml:30: parser error : Opening and ending tag mismatch: memberdef line 16 and sectiondef </sectiondef> ^ classMultiWorldTesting_1_1GenericExplorer.xml:178: parser error : Opening and ending tag mismatch: sectiondef line 15 and compounddef </compounddef> ^ classMultiWorldTesting_1_1GenericExplorer.xml:179: parser error : Opening and ending tag mismatch: compounddef line 3 and doxygen </doxygen> ^ classMultiWorldTesting_1_1GenericExplorer.xml:180: parser error : Premature end of data in tag doxygen line 2 ^ classMultiWorldTesting_1_1SimpleContext.xml:13: parser error : Opening and ending tag mismatch: Feature line 13 and bitfield <bitfield> cli::array<Feature>^ Features</bitfield> ^ classMultiWorldTesting_1_1SimpleContext.xml:21: parser error : Opening and ending tag mismatch: bitfield line 13 and memberdef </memberdef> ^ classMultiWorldTesting_1_1SimpleContext.xml:22: parser error : Opening and ending tag mismatch: memberdef line 8 and sectiondef </sectiondef> ^ classMultiWorldTesting_1_1SimpleContext.xml:148: parser error : Opening and ending tag mismatch: sectiondef line 7 and compounddef </compounddef> ^ classMultiWorldTesting_1_1SimpleContext.xml:149: parser error : Opening and ending tag mismatch: compounddef line 3 and doxygen </doxygen> ^ classMultiWorldTesting_1_1SimpleContext.xml:150: parser error : Premature end of data in tag doxygen line 2 ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:21: parser error : Opening and ending tag mismatch: float line 21 and bitfield ck(Ctx context) override { return defaultScorer->ScoreActions(context)</bitfield ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:29: parser error : Opening and ending tag mismatch: bitfield line 21 and memberdef </memberdef> ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:30: parser error : Opening and ending tag mismatch: memberdef line 16 and sectiondef </sectiondef> ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:189: parser error : Opening and ending tag mismatch: sectiondef line 15 and compounddef </compounddef> ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:190: parser error : Opening and ending tag mismatch: compounddef line 3 and doxygen </doxygen> ^ classMultiWorldTesting_1_1SoftmaxExplorer.xml:191: parser error : Premature end of data in tag doxygen line 2 ^
I've just pushed a proposed patch to github (pull request 466)
Patch has been integrated in main github version.
+1 for the fast fix
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).