Squelch documentation building errors.
This commit is contained in:
parent
9a5ba3a4e8
commit
52ef5f89ce
|
@ -261,10 +261,10 @@ TIDY_EXPORT Bool TIDY_CALL tidySetPanicCall( TidyPanic fpanic );
|
||||||
The following is a short example program.
|
The following is a short example program.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
#include <tidy.h>
|
\#include <tidy.h>
|
||||||
#include <buffio.h>
|
\#include <buffio.h>
|
||||||
#include <stdio.h>
|
\#include <stdio.h>
|
||||||
#include <errno.h>
|
\#include <errno.h>
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char **argv )
|
int main(int argc, char **argv )
|
||||||
|
|
Loading…
Reference in a new issue