From 52ef5f89ce46573f26bffba6fb9cbd1ab1afb4ef Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 8 Mar 2015 11:34:17 +0800 Subject: [PATCH] Squelch documentation building errors. --- include/tidy.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/tidy.h b/include/tidy.h index 6ef5347..945d38b 100755 --- a/include/tidy.h +++ b/include/tidy.h @@ -261,10 +261,10 @@ TIDY_EXPORT Bool TIDY_CALL tidySetPanicCall( TidyPanic fpanic ); The following is a short example program.
-#include <tidy.h>
-#include <buffio.h>
-#include <stdio.h>
-#include <errno.h>
+\#include <tidy.h>
+\#include <buffio.h>
+\#include <stdio.h>
+\#include <errno.h>
 
 
 int main(int argc, char **argv )