lkml.org 
[lkml]   [2005]   [Nov]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [patch 1/4] DocBook: allow to mark structure members private
    On Tue, Nov 08, 2005 at 10:27:01AM -0800, Randy.Dunlap wrote:
    > On Tue, 8 Nov 2005, Alexey Dobriyan wrote:
    > > # /**
    > > # * struct my_struct - short description
    > > # * @a: first member
    > > # * @b: second member
    > > +# * @c: nested struct
    > > +# * @c.p: first member of nested struct
    > > +# * @c.q: second member of nested struct
    > > # *
    > > # * Longer description
    > > # */
    > > # struct my_struct {
    > > # int a;
    > > # int b;
    > > +# struct her_struct {
    > > +# char **p;
    > > +# short q;
    > > +# } c;
    > > # };
    > >
    > > But properly nested displaying is in pretty much nil state since .. uh
    > > crap.. summer.
    >
    > Is this something that used to work? If so, when?

    IIRC, I've done it to the state where it would print:

    int a;
    int b;
    char **c.p;
    short c.q;

    but that's not C.

    P. S.: Is htmldocs broken for someone else?

    XMLTO Documentation/DocBook/wanbook.html
    XPath error : Undefined variable
    compilation error: file file:///usr/share/sgml/docbook/xsl-stylesheets-1.66.1/xhtml/docbook.xsl
    line 114 element copy-of
    xsl:copy-of : could not compile select expression '$title'
    XPath error : Undefined variable
    $html.stylesheet != ''
    ^
    ...

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-11-08 19:50    [W:2.446 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site