[dbdoclet] overview file with dbdoclet-0.51
- From: Haroon Rafique <haroon.rafique@xxxxxxxxxxx>
- To: dbdoclet@xxxxxxxxxxxxx
- Date: Thu, 20 Nov 2003 17:15:05 -0500 (EST)
Hi Michael,
I was trying to get the overview file functionality going with no luck so
far. The docbook code does not seem to have any of the contents from the
overview file. I read:
http://www.dbdoclet.org/projects/dbdoclet/en/transformation.html#N1007A
My <javadoc> task has a line:
overview="src/overview.html"
While running the <javadoc> task using the doclet
com.mf.doclet.docbook.DocBookDoclet, I do get a line:
[javadoc] Processing overview file...
which I believe is line 263 in com/mf/doclet/docbook/DocBookDoclet.java
but nothing shows up in the docbook and the resulting pdf.
I fail to see where the contents of the file are read using the
variable m_overviewFile. Did I miss something obvious (very likely)?
The overview.html file is very simple. All it has is the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
<h1>
This is a wonderful project.
</h1>
</body>
</html>
Regards,
--
Haroon Rafique
<haroon.rafique@xxxxxxxxxxx>
Other related posts: