<blockquote>
<p>Besides that these files are never created (I'm assuming <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> is right and it's a left-over from one of his stuff), the python script only opens ever opens the xml subdirectory, and in their it uses the doxygen output (combine.xslt) to learn which other xml it has to parse. Are you sure this still happens? What's the exact error?</p>
</blockquote>

<pre><code>  GEN      geany-gtkdoc.h
Traceback (most recent call last):
  File "../../scripts/gen-api-gtkdoc.py", line 415, in <module>
    sys.exit(main(sys.argv))
  File "../../scripts/gen-api-gtkdoc.py", line 352, in main
    root = transform(doc)
  File "src/lxml/xslt.pxi", line 579, in lxml.etree.XSLT.__call__ (src/lxml/lxml.etree.c:187342)
  File "src/lxml/lxml.etree.pyx", line 322, in lxml.etree._ExceptionContext._raise_if_stored (src/lxml/lxml.etree.c:11069)
lxml.etree.XSLTApplyError: Cannot resolve URI xml/interface_8dox.xml
</code></pre>

<p>Fetching <code>interface.dox</code> and <code>interface.xslt</code> from <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a>'s repo <a href="https://github.com/codebrainz/geany/blob/50f76094b06a2d7ae2a9ab7f1f594c052a479078/doc/">https://github.com/codebrainz/geany/blob/50f76094b06a2d7ae2a9ab7f1f594c052a479078/doc/</a></p>

<p>But forget it, it's not your PR's fault but the <code>$(srcdir)/*.dox</code> entry in <code>doxygen_sources</code> that trigger inclusion of <code>interface.dox</code>, which then refers non-generated things apparently.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/890#issuecomment-189726302">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0qNnQMLJXjfycH125kibGIaZO4wks5pogfGgaJpZM4HM9VD.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/890#issuecomment-189726302"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>