This file is indexed.

/usr/share/doc/pysdl2-doc/html/modules/sdl2_sdlgfx.html is in pysdl2-doc 0.9.3+dfsg2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>sdl2.sdlgfx - SDL2_gfx library wrapper</title>
    
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <link rel="top" title="PySDL2 0.9.3 documentation" href="../index.html" />
    <link rel="up" title="API reference" href="index.html" />
    <link rel="next" title="sdl2.sdlimage - SDL2_image library wrapper" href="sdl2_sdlimage.html" />
    <link rel="prev" title="sdl2 - SDL2 library wrapper" href="sdl2.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="sdl2_sdlimage.html" title="sdl2.sdlimage - SDL2_image library wrapper"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="sdl2.html" title="sdl2 - SDL2 library wrapper"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">PySDL2 0.9.3 documentation</a> &raquo;</li>
          <li><a href="index.html" accesskey="U">API reference</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
          <div class="body">
            
  <span class="target" id="module-sdl2.sdlgfx"></span><div class="section" id="sdl2-sdlgfx-sdl2-gfx-library-wrapper">
<h1>sdl2.sdlgfx - SDL2_gfx library wrapper</h1>
<p>The <a class="reference internal" href="#module-sdl2.sdlgfx" title="sdl2.sdlgfx: SDL2_gfx library wrapper"><tt class="xref py py-mod docutils literal"><span class="pre">sdl2.sdlgfx</span></tt></a> module is a <tt class="xref py py-mod docutils literal"><span class="pre">ctypes</span></tt>-based wrapper
around the SDL2_gfx library. It wraps nearly all publicly accessible
structures and functions of the SDL2_gfx library to be accessible from
Python code.</p>
<p>A detailed documentation about the behaviour of the different functions
can found on the <a class="reference external" href="http://www.ferzkopp.net/Software/SDL_gfx-2.0/">SDL2_gfx project website</a>.</p>
</div>


          </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="sdl2_sdlimage.html" title="sdl2.sdlimage - SDL2_image library wrapper"
             >next</a> |</li>
        <li class="right" >
          <a href="sdl2.html" title="sdl2 - SDL2 library wrapper"
             >previous</a> |</li>
        <li><a href="../index.html">PySDL2 0.9.3 documentation</a> &raquo;</li>
          <li><a href="index.html" >API reference</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2013-2014, Marcus von Appen.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
    </div>
  </body>
</html>