Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matze/7099539 to your computer and use it in GitHub Desktop.
Save matze/7099539 to your computer and use it in GitHub Desktop.
From 3201220ff9c80c9f47f69ad67e5f559036aa5464 Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <[email protected]>
Date: Tue, 22 Oct 2013 14:11:31 +0200
Subject: [PATCH] Ignore ufo-mpi-messenger.h for gtkdoc-scangobj
---
ufo/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/ufo/CMakeLists.txt b/ufo/CMakeLists.txt
index e0ae736..df9aa1e 100644
--- a/ufo/CMakeLists.txt
+++ b/ufo/CMakeLists.txt
@@ -264,6 +264,7 @@ if(GTK_DOC_FOUND)
COMMAND ${GTK_DOC_SCAN}
--module=Ufo
--source-dir=${CMAKE_CURRENT_SOURCE_DIR}
+ --ignore-headers=ufo-mpi-messenger.h
DEPENDS ${ufocore_SRCS}
WORKING_DIRECTORY ${docs_out})
--
1.7.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment