From f98c33ee408b442f543c9010cd0f65c6eeb2dc68 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 15 May 2018 21:21:23 +0200
Subject: [PATCH] Add equation of state directory to the Doxygen documentation.

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

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 844a6fa680..a4a28480a0 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -765,6 +765,7 @@ INPUT		       += @top_srcdir@/src/gravity/Default
 INPUT		       += @top_srcdir@/src/stars/Default
 INPUT		       += @top_srcdir@/src/riemann
 INPUT		       += @top_srcdir@/src/potential/point_mass
+INPUT		       += @top_srcdir@/src/equation_of_state/ideal_gas
 INPUT		       += @top_srcdir@/src/cooling/none
 INPUT		       += @top_srcdir@/src/chemistry/none
 
-- 
GitLab