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 579303 - Disable "generated on" text in HTML footer by default
Disable "generated on" text in HTML footer by default
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.5.8
Other Linux
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-04-17 14:20 UTC by Michal Seben
Modified: 2013-08-23 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
disable HTML footer text by default (2.43 KB, patch)
2009-04-17 14:23 UTC, Michal Seben
none Details | Review

Description Michal Seben 2009-04-17 14:20:58 UTC
Hi!

There is a problem with same packages which are build in different time
and which use doxygen to build doc part
This "generated on" feature in HTML footer causes diff in doc part,
which is not easy to recognize as "real change", so it's problem to
check if generated package was really changed or not
I know there is a option to fix this issue through the HTML_FOOTER, but
for build system which build hundreds of open source packages
 you need to patch each package separately
So I want to know if disable "generated on" by default is right and if
would be possible to fix it

thanks
Michal
Comment 1 Michal Seben 2009-04-17 14:23:05 UTC
Created attachment 132830 [details] [review]
disable HTML footer text by default
Comment 2 albert 2013-07-20 16:55:41 UTC
In version 1.5.8 the tag HTML_TIMESTAMP didn't yet exist, form the 1.8.4 documentation:
HTML_TIMESTAMP If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML page will contain the date and time when the page was generated. Setting this to NO can help when comparing the output of multiple runs.


The default value of HTML_TIMESTAMP is YES.

I think this tag serves the same purpose as the tag suggested in the description and patch.
Comment 3 Dimitri van Heesch 2013-08-23 19:39:45 UTC
Setting to fixed as suggested. Please reopen this bug report if you still see this issue with the latest version of doxygen. Add a self-contained example (source+config file in a zip or tar) if possible.