libdvdcss/libdvdcss-1.2.9-doxygen.patch

29 lines
1.2 KiB
Diff
Raw Normal View History

Index: doc/doxygen.cfg.in
===================================================================
--- doc/doxygen.cfg (revision 203)
+++ doc/doxygen.cfg (working copy)
@@ -364,6 +364,10 @@
INPUT = @TOP_SRCDIR@/src/dvdcss/dvdcss.h \
@TOP_SRCDIR@/src/libdvdcss.c
+# The INPUT_ENCODING tag sets the character encoding of the input files.
+
+INPUT_ENCODING = ISO-8859-1
+
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
# and *.h) to filter out the source-files in the directories. If left
Index: doc/header.html
===================================================================
--- doc/header.html (revision 203)
+++ doc/header.html (working copy)
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>libdvdcss documentation</title>
<link href="/main.css" rel="stylesheet" type="text/css">
<link href="/doxygen.css" rel="stylesheet" type="text/css">