Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/extras-buildpkgs/libvdpau/debian/patches/doxygen-no-timestamps.patch
13273 views
1
Author: Andreas Beckmann <[email protected]>
2
Description: disable timestamps in documentation for reproducible builds
3
4
--- a/doc/Doxyfile
5
+++ b/doc/Doxyfile
6
@@ -10,6 +10,8 @@
7
# TAG += value [value, ...]
8
# Values that contain spaces should be placed between quotes (" ")
9
10
+HTML_TIMESTAMP = NO
11
+
12
#---------------------------------------------------------------------------
13
# Project related configuration options
14
#---------------------------------------------------------------------------
15
16