diff options
author | Randy Dunlap <[email protected]> | 2008-09-22 13:57:44 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-09-23 08:09:13 -0700 |
commit | 39f00c087d31f668eb6eaf97508af22a32c5b1d9 (patch) | |
tree | 261b3f2039f69994f4b8286dac7c453eac71eca1 /net/unix/sysctl_net_unix.c | |
parent | c32a162fd420fe8dfb049db941b2438061047fcc (diff) |
kernel-doc: allow structs whose members are all private
Struct members may be marked as private by using
/* private: */
before them, as noted in Documentation/kernel-doc-nano-HOWTO.txt
Fix kernel-doc to handle structs whose members are all private;
otherwise invalid XML is generated:
xmlto: input does not validate (status 3)
linux-2.6.27-rc6-git4/Documentation/DocBook/debugobjects.xml:146: element variablelist: validity error : Element variablelist content does not follow the DTD, expecting ((title , titleabbrev?)? , varlistentry+), got ()
Document linux-2.6.27-rc6-git4/Documentation/DocBook/debugobjects.xml does not validate
make[1]: *** [Documentation/DocBook/debugobjects.html] Error 3
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: Roland McGrath <[email protected]>
Cc: Roland McGrath <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions