Squelch documentation building errors.

This commit is contained in:
Jim Derry 2015-03-08 11:34:17 +08:00
parent 9a5ba3a4e8
commit 52ef5f89ce

View file

@ -261,10 +261,10 @@ TIDY_EXPORT Bool TIDY_CALL tidySetPanicCall( TidyPanic fpanic );
The following is a short example program.
<pre>
#include &lt;tidy.h&gt;
#include &lt;buffio.h&gt;
#include &lt;stdio.h&gt;
#include &lt;errno.h&gt;
\#include &lt;tidy.h&gt;
\#include &lt;buffio.h&gt;
\#include &lt;stdio.h&gt;
\#include &lt;errno.h&gt;
int main(int argc, char **argv )