[dbdoclet] problem with <p>@see</p>]
- From: mm <mmocek@xxxxxxxxx>
- To: dbdoclet@xxxxxxxxxxxxx
- Date: Thu, 26 Jun 2003 17:58:35 +0200
Hello Michael,
I'm trying to use dbdoclet v0.43 and I have some problems.
I think, that's because of surrounding <p> in javadoc.
When the method looks like this:
/**
* <p>
* @see javax.servlet.GenericServlet#init(ServletConfig config)
* </p>
*/
public void init(ServletConfig config) throws ServletException {
....
, it's generated this way (see below):
Please note the marked line - <member></p></member>.
When I remove the <p> and </p>, it seems to be ok.
Because it is on many places, it's very painy to remove it.
Do you have any suggestion about it?
Thanks for your project, it's great.
Regards,
Mirek Mocek
part of generated docbook:
<sect2>
<title>Members</title>
<sect3 xreflabel="Method
doGet(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)" id="METHOD-98">
<title>Method doGet(HttpServletRequest,
HttpServletResponse)</title>
<indexterm>
<primary>doGet</primary>
</indexterm>
<indexterm>
<primary>Methods</primary>
<secondary>doGet</secondary>
</indexterm>
<blockquote>
<programlisting>
<emphasis>Synopsis: </emphasis>public void <emphasis
role="strong">doGet</emphasis>(javax.servlet.http.HttpServletRequest
<emphasis>request</emphasis>,
javax.servlet.http.HttpServletResponse
<emphasis>response</emphasis>)
throws javax.servlet.ServletException,
java.io.IOException;
</programlisting>
</blockquote>
<informaltable frame="all">
<tgroup cols="2">
<colspec colname="c1" colwidth="1*"/>
<colspec colname="c2" colwidth="4*"/>
<spanspec spanname="span" nameend="c2" align="left"
namest="c1"/>
<thead>
<row>
<entry spanname="span"><para>Additional
Information</para></entry>
</row>
</thead>
<tbody>
<row>
<entry><para>See Also</para></entry>
<entry><para> <simplelist type="inline">
<member></p></member> ************************
</simplelist>
</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>
<para>
</para>
</sect3>
- Follow-Ups:
- [dbdoclet] Re: problem with <p>@see</p>]
- From: Arnaud Vandyck
- [dbdoclet] Re: problem with <p>@see</p>]
- From: Michael Fuchs
Other related posts:
- » [dbdoclet] problem with <p>@see</p>]
- » [dbdoclet] Re: problem with <p>@see</p>]
- » [dbdoclet] Re: problem with <p>@see</p>]
- » [dbdoclet] Re: problem with <p>@see</p>]
- [dbdoclet] Re: problem with <p>@see</p>]
- From: Arnaud Vandyck
- [dbdoclet] Re: problem with <p>@see</p>]
- From: Michael Fuchs