summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-02-28 15:18:55 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-05-28 14:20:01 (GMT)
commitd38d33cef2241cd8d29c99f519d21ae225453357 (patch)
treecec801d4e012ca1b245d48cfd6b854d8b6530842 /src/context.h
parentf7a05140593d854955151e4286205ef1f908e07b (diff)
downloadDoxygen-d38d33cef2241cd8d29c99f519d21ae225453357.zip
Doxygen-d38d33cef2241cd8d29c99f519d21ae225453357.tar.gz
Doxygen-d38d33cef2241cd8d29c99f519d21ae225453357.tar.bz2
Added generating template files and reading templates from disk if present
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 7c98222..e082c4b 100644
--- a/src/context.h
+++ b/src/context.h
@@ -1347,5 +1347,6 @@ class SearchIndicesContext : public RefCountedContext, public TemplateListIntf
//----------------------------------------------------
void generateOutputViaTemplate();
+void generateTemplateFiles(const char *templateDir);
#endif