<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r52672784">scripts/gen-api-gtkdoc.py</a>:</p>
<pre style='color:#555'>> +            for n in xml.getchildren():
> +                  if n.tag == "emphasis":
> +                          s += self.at.cb("a", self.__process_element(n))
> +                  if n.tag == "computeroutput":
> +                          s += self.at.cb("c", self.__process_element(n))
> +                  if n.tag == "itemizedlist":
> +                          s += "\n" + self.__process_element(n)
> +                  if n.tag == "listitem":
> +                          s += " - " + self.__process_element(n)
> +                  if n.tag == "para":
> +                          s += self.__process_element(n) + "\n"
> +                  if n.tag == "ref":
> +                          s += n.text if n.text else ""
> +                  if n.tag == "simplesect":
> +                          ss = self.at.cb(n.get("kind"), self.__process_element(n))
> +                          s += ss if ss + "\n" else ""
</pre>
<p>you are completely right.</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/files#r52672784">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ2YEY5ULY6BN7cOhCTmjypE26Nrnks5pjPltgaJpZM4HM9VD.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/files#r52672784"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>