File: documentation-no-ts.patch

package info (click to toggle)
libsocketcan 0.0.10%2Bgit20140721-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 117
  • sloc: ansic: 631; sh: 12; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not timestamp documentation
Author: Alexander GQ Gerasiov <gq@debian.org>
Index: libsocketcan/Doxyfile
===================================================================
--- libsocketcan.orig/Doxyfile	2015-02-23 13:13:49.519290778 +0300
+++ libsocketcan/Doxyfile	2015-02-23 13:16:20.074947779 +0300
@@ -14,6 +14,9 @@
 # Project related configuration options
 #---------------------------------------------------------------------------
 
+# Do not timestamp documentation
+HTML_TIMESTAMP = NO
+
 # This tag specifies the encoding used for all characters in the config file that
 # follow. The default is UTF-8 which is also the encoding used for all text before
 # the first occurrence of this tag. Doxygen uses libiconv (or the iconv built into