[dbdoclet] Generating real methodsynopsis markup?

Is it possible to generate real methodsynopsis markup? That is,
this:
      <classsynopsis>
        <ooclass><modifier>public</modifier>
          <classname>DocumentBuilder</classname>
        </ooclass>
        <constructorsynopsis>
          <modifier>protected</modifier>
          <methodname>DocumentBuilder</methodname>
          <void/>
        </constructorsynopsis>
        <methodsynopsis>
          <modifier>public</modifier>
          <modifier>void</modifier>
          <methodname>reset</methodname>
          <void/>
        </methodsynopsis>
        ...

instead of

      <programlisting width="75">package javax.xml.parsers;

public abstract class <emphasis role="bold">DocumentBuilder</emphasis> {

  <emphasis>// Protected Constructors</emphasis>
  protected <emphasis role="bold">DocumentBuilder</emphasis>();
<indexterm><primary>DocumentBuilder</primary></indexterm>
  <emphasis>// Public Methods</emphasis>
  abstract public DOMImplementation <emphasis 
role="bold">getDOMImplementation</emphasis>();
<indexterm><primary>parse</primary></indexterm>  public void <emphasis 
role="bold">reset</emphasis>();

I patched an old version of dbdoclet to do it, but...

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@xxxxxxxxxx> | Every person takes the limits of their
http://nwalsh.com/            | own field of vision for the limits of
                              | the world.--Arthur Schopenhauer

-- Attached file included as plaintext by Ecartis --

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQBCL0fJOyltUcwYWjsRAjvbAJ4x2lkN13hThip3NEtw4a12rQNNiwCdEbY+
TGdFts7tPqUtgIucHS1wKYQ=
=WDo1
-----END PGP SIGNATURE-----


Other related posts: