After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764656 - generated xml has errors
generated xml has errors
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.12-GIT
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2016-04-05 17:16 UTC by erez.oxman
Modified: 2016-09-05 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
doxygen cfg (11.09 KB, text/plain)
2016-04-05 17:16 UTC, erez.oxman
Details

Description erez.oxman 2016-04-05 17:16:52 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

^
Comment 1 albert 2016-04-06 11:01:05 UTC
I've just pushed a proposed patch to github (pull request 466)
Comment 2 albert 2016-04-08 16:12:05 UTC
Patch has been integrated in main github version.
Comment 3 erez.oxman 2016-04-09 09:35:11 UTC
+1 for the fast fix
Comment 4 Dimitri van Heesch 2016-09-05 13:46:07 UTC
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).