OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: <classname> handling in html


Hi, 
 
The following code does exactly what I want it to do wrt the 
man pages, but the HTML output says the title is "BPatch".  
Is this expected behavior?  If it is, what's the recommended 
way of having the class name show up on the top line of a man 
page?   
 
(Both work as expected with  
 
	class <classname>BPatch</classname> 
 
inside funcsynopsis, but it's a bit more cluttered.) 
 
Thanks, 
 
Barry 
 
 
 
<refentry id="createUnion"> 
 
<indexterm> 
        <primary>createUnion</primary> 
</indexterm> 
 
<refmeta> 
        <refentrytitle>createUnion</refentrytitle> 
        <manvolnum>3dyn</manvolnum> 
</refmeta> 
 
<refnamediv> 
        
<refdescriptor><classname>BPatch</classname></refdescriptor> 
        <refname>createUnion</refname> 
        <refpurpose>Create a new union type.</refpurpose> 
</refnamediv> 
 
<!--SYNOPSIS--> 
<refsynopsisdiv> 
<funcsynopsis> 
        <funcsynopsisinfo> 
#include "BPatch.h" 
        </funcsynopsisinfo> 
... 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]