From 0af4b24fe302c70f6071719eecd2871a86228b6c Mon Sep 17 00:00:00 2001
From: Dmitrij Naumov <dmitrij@naumov.de>
Date: Sun, 10 Mar 2013 20:38:22 +0100
Subject: [PATCH] Add .tpp files to Doxygen's input.

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

diff --git a/scripts/docs/Doxyfile.in b/scripts/docs/Doxyfile.in
index 7d5240734ae..cc8644da337 100644
--- a/scripts/docs/Doxyfile.in
+++ b/scripts/docs/Doxyfile.in
@@ -699,6 +699,7 @@ INPUT_ENCODING         = UTF-8
 
 FILE_PATTERNS          = *.h \
                          *.cpp \
+                         *.tpp \
                          *.dox
 
 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
-- 
GitLab