From e3523307276e16b07fc0d1bc650cfefd60d5a2ae Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Fri, 12 Apr 2019 13:55:14 +0200
Subject: [PATCH] Added the black hole directory to the Doxygen list of files.

---
 doc/Doxyfile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index db841f347f..b90ba8f6e3 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -776,6 +776,7 @@ INPUT		       += @top_srcdir@/src/entropy_floor/EAGLE
 INPUT		       += @top_srcdir@/src/star_formation/EAGLE
 INPUT		       += @top_srcdir@/src/tracers/EAGLE
 INPUT		       += @top_srcdir@/src/stars/EAGLE
+INPUT		       += @top_srcdir@/src/black_holes/Default
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
-- 
GitLab