From: Takashi Iwai Date: Thu, 23 Jun 2016 14:29:07 +0000 (+0200) Subject: doxygen: Suppress timestamp X-Git-Tag: v1.1.2~107 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5eb8ae1bb0b646ff10a1521e2525133e6909c34c;p=alsa-lib.git doxygen: Suppress timestamp The build timestamp in the doc is bad for packaging in general, so let's disable it as default. Signed-off-by: Takashi Iwai --- diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 92bd52ba..11740d34 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -124,3 +124,5 @@ TYPEDEF_HIDES_STRUCT = YES # needed in doxygen >= 1.5.4 #INPUT_FILTER = inputfilter #FILTER_SOURCE_FILES = YES + +HTML_TIMESTAMP = NO