Blame SOURCES/0001-doc-Don-t-document-internal-endian-macros.patch

bc1ecb
From 35275512f83d246ddbddd2be2b970925e73df45e Mon Sep 17 00:00:00 2001
bc1ecb
From: Bastien Nocera <hadess@hadess.net>
bc1ecb
Date: Mon, 9 Oct 2017 14:25:26 +0200
bc1ecb
Subject: [PATCH] doc: Don't document internal endian macros
bc1ecb
bc1ecb
As those will change across platforms, and lead to multilib conflicts
bc1ecb
---
bc1ecb
 doc/Doxyfile.in | 2 +-
bc1ecb
 1 file changed, 1 insertion(+), 1 deletion(-)
bc1ecb
bc1ecb
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
bc1ecb
index 65c2b83..1bc3b16 100644
bc1ecb
--- a/doc/Doxyfile.in
bc1ecb
+++ b/doc/Doxyfile.in
bc1ecb
@@ -452,7 +452,7 @@ EXCLUDE_SYMLINKS       = NO
bc1ecb
 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
bc1ecb
 # certain files from those directories.
bc1ecb
 
bc1ecb
-EXCLUDE_PATTERNS       = 
bc1ecb
+EXCLUDE_PATTERNS       = */src/gphoto2-endian.h
bc1ecb
 
bc1ecb
 # The EXAMPLE_PATH tag can be used to specify one or more files or 
bc1ecb
 # directories that contain example code fragments that are included (see 
bc1ecb
-- 
bc1ecb
2.14.2
bc1ecb