Next in thread → Next in month →

RE: [docbook-apps] <classsynopsis> -> HTML problem

From
Mauritz Jeanson <>
Date
2009-05-20T16:14:59+00:00
ID
FBC468FEE730410FAEF8E055481D5061@D7MZ171J
Thread
RE: [docbook-apps] <classsynopsis> -> HTML problem
|  -----Original Message-----
|  From:  
|  
|  as I'm still trying to figure out how to do what I want 
|  (and, for that
|  matter, trying to figure out what I want as well), I wasn't entirely
|  sure where the problem is (me, the tool, or the stylesheet).
|  
|  So, I have this simple class synopsis:
|  
|    <classsynopsis language="c++">
|      <ooclass>
|        <modifier>class</modifier>
|        <classname>CSRenderer</classname>
|      </ooclass>
|      <ooclass>
|        <modifier>public</modifier>
|        <classname>CSObject</classname>
|      </ooclass>
|    </classsynopsis>


The "<modifier>class</modifier>" markup looks strange. "class" is a keyword,
but it is not a modifier in the same sense as "public" or "private". 

You should not have to include the literal word "class" anywhere in a
classsynopsis; it should be automatically generated by the stylesheets. At
least that's how I think it's supposed to work. 

This open bug report is related: 
https://sourceforge.net/tracker/?func=detail&aid=1640440&group_id=21935&atid
=373747

Mauritz
Next in thread → Next in month →