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

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