]> granicus.if.org Git - docbook-dsssl/commit
Changed HTML handling of K&R-style paramdef output. The parameter
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 20 Feb 2008 16:49:45 +0000 (16:49 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 20 Feb 2008 16:49:45 +0000 (16:49 +0000)
commit880df4a72f6065a96cce961126c851ab4da45535
treedc7a77f9333eea72ae4412b0eea00ffe28d81b63
parent1bc00d1f64fe704249fdefaccbeb595c0c7b32da
Changed HTML handling of K&R-style paramdef output. The parameter
definitions are no longer output in a table (though the prototype
still is). The reason for the change is that the
kr-tabular-funcsynopsis-mode template was causing type data to be
lost in the output parameter definitions. For example, for an
instance like this:
  <paramdef>void *<parameter>dataptr</parameter>[]</paramdef>
... the brackets (indicating an array type) were being dropped.
The easiest way to deal with the problem is to not try to chop up
the parameter definitions and display them in table format, but to
instead just output them as-is. May not look quite as pretty, but
at least we can be sure no information is being lost...
xsl/html/synop.xsl