From 54610f623fdf6f647d3f328711ed643a583bd059 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sat, 11 Jun 2011 21:52:31 +0300 Subject: [PATCH] Stub for generating doxygen main page from README. --- test/test-automation/DoxyFile | 2 +- test/test-automation/README | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/test-automation/DoxyFile b/test/test-automation/DoxyFile index 14e0b8e0f..89ced195c 100644 --- a/test/test-automation/DoxyFile +++ b/test/test-automation/DoxyFile @@ -569,7 +569,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = *.c *.h +FILE_PATTERNS = *.c *.h README # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. diff --git a/test/test-automation/README b/test/test-automation/README index e69de29bb..c68a4afe3 100644 --- a/test/test-automation/README +++ b/test/test-automation/README @@ -0,0 +1,7 @@ +/*! \mainpage Main page for runner documentation + +\section Introduction + +Coming up. + +*/