s/\@p\{([^}]+)\}/$1/g;
s/\\ref\{([^}]+)\}/$1/g;
s/\@ref\{([^}]+)\}/$1/g;
-s/\@item/<li>/g;
-#s/\@sect3\{([^}]+)\}/\@subsubsection $1/g;
+s/\$/\@f\$/g;
+
+s/\@sect(\d)\{([^}]+)\}/<h$1>$2<\/h$1>/g;
s/\\begin\{verbatim\}/\@verbatim/g;
s/\\end\{verbatim\}/\@endverbatim/g;
s/\@begin\{verbatim\}/\@verbatim/g;
s/\@end\{verbatim\}/\@endverbatim/g;
+s/\@item/<li>/g;
+
s/\\begin\{itemize\}/<UL>/g;
s/\\end\{itemize\}/<\/UL>/g;
s/\@begin\{itemize\}/<UL>/g;
--- /dev/null
+<hr size="1"><address style="align: right;"><small>
+<tt>deal.II</tt> documentation generated on $datetime by <a href="http://www.doxygen.org/index.html">
+doxygen
+</a> $doxygenversion</small></address>
+</body>
+</html>
This page grants access to the new doxygen documentation while it is
still worked at. The following sub-libraries are available:
<ul>
-<li><a href="base/index.html">base</a>
-<li><a href="lac/index.html">lac</a>
-<li><a href="deal.II/index.html">deal.II</a>
+<li><a href="base/classes.html">base</a>
+<li><a href="lac/classes.html">lac</a>
+<li><a href="deal.II/classes.html">deal.II</a>
</ul>
</body>
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
-INPUT_FILTER =
-FILTER_SOURCE_FILES = NO
+INPUT_FILTER = ./filter
+FILTER_SOURCE_FILES = YES
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
GENERATE_HTML = YES
HTML_HEADER =
-HTML_FOOTER =
+HTML_FOOTER = footer.html
HTML_STYLESHEET =
HTML_ALIGN_MEMBERS = NO
GENERATE_HTMLHELP = NO