diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-21 04:59:16 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-21 04:59:16 +0000 |
commit | f7f723af70477db521fc7d07bf8a7e18f942b6e2 (patch) | |
tree | 3f66cd439e2e11a4820e7d0ff68b4046b2b8be15 /0001-doc-Don-t-document-internal-endian-macros.patch | |
parent | 559a654f82364f83f2e59aff5bde2b9bfcb83fe1 (diff) |
automatic import of libmtp
Diffstat (limited to '0001-doc-Don-t-document-internal-endian-macros.patch')
-rw-r--r-- | 0001-doc-Don-t-document-internal-endian-macros.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/0001-doc-Don-t-document-internal-endian-macros.patch b/0001-doc-Don-t-document-internal-endian-macros.patch new file mode 100644 index 0000000..a1cf68a --- /dev/null +++ b/0001-doc-Don-t-document-internal-endian-macros.patch @@ -0,0 +1,26 @@ +From 35275512f83d246ddbddd2be2b970925e73df45e Mon Sep 17 00:00:00 2001 +From: Bastien Nocera <hadess@hadess.net> +Date: Mon, 9 Oct 2017 14:25:26 +0200 +Subject: [PATCH] doc: Don't document internal endian macros + +As those will change across platforms, and lead to multilib conflicts +--- + doc/Doxyfile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in +index 65c2b83..1bc3b16 100644 +--- a/doc/Doxyfile.in ++++ b/doc/Doxyfile.in +@@ -1007,7 +1007,7 @@ + # Note that the wildcards are matched against the file with absolute path, so to + # exclude all test directories for example use the pattern */test/* + +-EXCLUDE_PATTERNS = ++EXCLUDE_PATTERNS = */src/gphoto2-endian.h + + # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names + # (namespaces, classes, functions, etc.) that should be excluded from the +-- +2.14.2 + |