GNOME Bugzilla – Bug 683976
Meta tag generator for HTML output
Last modified: 2018-07-30 10:50:14 UTC
HTML has the possibility to have metadata information tags. In Firefox this can be viewed with "View Page info" (right mouse button). It would be nice that Doxygen would show itself with its name and version number.
Created attachment 224247 [details] [review] PATCH: added matadat with doxygen name and version This patch shows in the generated pages the metadata with name generator signaling that the page has been generated by Doxygen and it also gives the Doxygen version.
Thanks, I'll include the patch in the next update.
The problem is the same as with the implantation with the implementation of bug 683718, the version written to the html header file should be the version that generated the html header file and not the current version of Doxygen. For the searchindex.xcpp the implementation is correct as here the versionString of the creating version is used.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. 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.
See comment 3.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!