From 6b5ab6394734da2d3a4910c2351e49b4adc19c3f Mon Sep 17 00:00:00 2001
From: Chad Hanna <chad.hanna@ligo.org>
Date: Fri, 13 Apr 2018 01:08:21 -0700
Subject: [PATCH] Doxyfile.in: remove h5 files from documentation parsing

---
 gstlal-inspiral/doc/Doxyfile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-inspiral/doc/Doxyfile.in b/gstlal-inspiral/doc/Doxyfile.in
index 8df1373e92..3672dc7783 100644
--- a/gstlal-inspiral/doc/Doxyfile.in
+++ b/gstlal-inspiral/doc/Doxyfile.in
@@ -701,7 +701,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */autom4te.cache/* */debian/* */gnuscripts/* */tests/* */gst/* */bin/Makefile* */python/bottle.py */share/Makefile* */pages/images/* */share/profile/*.gz */share/profile/patches/* *.gz
+EXCLUDE_PATTERNS       = */autom4te.cache/* */debian/* */gnuscripts/* */tests/* */gst/* */bin/Makefile* */python/bottle.py */share/Makefile* */pages/images/* */share/profile/*.gz */share/profile/patches/* *.gz *.h5
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
-- 
GitLab