doxygen now recognizes README and .txt files
authorAntoine Musso <hashar@free.fr>
Mon, 22 Oct 2012 09:57:49 +0000 (11:57 +0200)
committerAntoine Musso <hashar@free.fr>
Mon, 22 Oct 2012 09:58:53 +0000 (11:58 +0200)
commitfb82f1cf8049e2364ea9860b85d1761ce597057a
tree4216d564cf643feb8d042a7ef88cc3cfe0f55eb8
parentbde7fd0a19c8bba32980daa2f4538df9f7c9f57b
doxygen now recognizes README and .txt files

The default doxygen configuration file only accepts source files such
as php or python.  Some of our documentation is in flat files which we
might want to include in our Doxygen inline documentation. The culprit
is that those document files needs to respect Doxygen syntax, i.e. the
text content need to be enclosed in a comment block such as:

 /*!
 \page page_title My Page Title

 My awesome documentation
 */

Doyxgen 1.8 supports markdown syntax, we might want to switch to that
eventually.

Change-Id: I78a0ce36314b2a7b9f89395e3ae3902b17cf5038
maintenance/Doxyfile