From: Martin Waitz <tali@admingilde.org>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Documentation update
Date: Thu, 3 Mar 2005 11:28:52 +0100 [thread overview]
Message-ID: <20050303102852.GG8617@admingilde.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5313 bytes --]
Hoi :)
I'm still working on fixing and updating the Linux DocBook
Documentation. My tree currently consists of several fixes
to the Documentation generation, some additional kernel-doc
entries and a move from SGML to valid XML.
Please have a look at it and consider merging.
Please do a
bk pull bk://tali.bkbits.net/linux-doc
This will update the following files:
Documentation/DocBook/Makefile | 77 +--
Documentation/DocBook/deviceiobook.tmpl | 4
Documentation/DocBook/gadget.tmpl | 5
Documentation/DocBook/journal-api.tmpl | 5
Documentation/DocBook/kernel-api.tmpl | 14
Documentation/DocBook/kernel-hacking.tmpl | 4
Documentation/DocBook/kernel-locking.tmpl | 240 +++++------
Documentation/DocBook/libata.tmpl | 4
Documentation/DocBook/librs.tmpl | 6
Documentation/DocBook/lsm.tmpl | 11
Documentation/DocBook/mcabook.tmpl | 4
Documentation/DocBook/mtdnand.tmpl | 14
Documentation/DocBook/procfs-guide.tmpl | 27 -
Documentation/DocBook/scsidrivers.tmpl | 5
Documentation/DocBook/sis900.tmpl | 556 +++++++++++++-------------
Documentation/DocBook/tulip-user.tmpl | 8
Documentation/DocBook/usb.tmpl | 5
Documentation/DocBook/via-audio.tmpl | 6
Documentation/DocBook/videobook.tmpl | 206 ++++-----
Documentation/DocBook/wanbook.tmpl | 4
Documentation/DocBook/writing_usb_driver.tmpl | 4
Documentation/DocBook/z8530book.tmpl | 4
drivers/block/ll_rw_blk.c | 3
drivers/net/8390.c | 1
drivers/usb/core/hcd.c | 2
drivers/usb/core/hub.c | 2
drivers/video/fbmem.c | 13
fs/jbd/journal.c | 19
fs/jbd/transaction.c | 3
fs/super.c | 2
include/linux/jbd.h | 5
include/linux/kernel.h | 12
include/linux/kfifo.h | 12
include/linux/skbuff.h | 2
include/linux/wait.h | 60 ++
kernel/kfifo.c | 10
kernel/sysctl.c | 7
net/core/skbuff.c | 5
scripts/kernel-doc | 78 +--
39 files changed, 802 insertions(+), 647 deletions(-)
through these ChangeSets:
<tali@admingilde.org> (05/03/03 1.2041)
[DocBook] escape declaration_purpose
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/03/03 1.2040)
[DocBook] factor out escaping of XML special characters
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/03/02 1.2039)
[DocBook] add kfifo to kernel-api docs
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/03/02 1.2038)
[DocBook] kernel-docify comments
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/02/09 1.2037)
DocBook: fix XML in templates
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/02/08 1.2036)
DocBook: s/sgml/xml/ in Documentation/DocBook/Makefile
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/02/08 1.2035)
DocBook: move kernel-doc comment next to function
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/02/08 1.2034)
DocBook: s/sgml/xml/ in scripts/kernel-doc
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/02/08 1.2033)
DocBook: convert template files to XML
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2032)
DocBook: new kernel-doc comments for might_sleep & wait_event_*
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2031)
DocBook: fix function parameter descriptin in fbmem
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2030)
DocBook: update function parameter description in USB code
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2029)
DocBook: update function parameter description in block/fs code
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2028)
DocBook: update function parameter description in network code
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2027)
DocBook: allow preprocessor directives between kernel-doc and function
Signed-off-by: Martin Waitz <tali@admingilde.org>
<tali@admingilde.org> (05/01/26 1.2026)
DocBook: remove reference to drivers/net/net_init.c
This file has been removed and is breaking documentation generation.
Signed-off-by: Martin Waitz <tali@admingilde.org>
--
Martin Waitz
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2005-03-03 10:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-03 10:28 Martin Waitz [this message]
2005-03-03 10:37 ` [PATCH 1/16] DocBook: remove reference to drivers/net/net_init.c Martin Waitz
2005-03-03 10:37 ` [PATCH 2/16] DocBook: allow preprocessor directives between kernel-doc and function Martin Waitz
2005-03-03 10:41 ` [PATCH 1/16] DocBook: remove reference to drivers/net/net_init.c Martin Waitz
2005-03-03 10:41 ` [PATCH 2/16] DocBook: allow preprocessor directives between kernel-doc and function Martin Waitz
2005-03-03 10:41 ` [PATCH 3/16] DocBook: update function parameter description in network code Martin Waitz
2005-03-03 10:41 ` [PATCH 4/16] DocBook: update function parameter description in block/fs code Martin Waitz
2005-03-03 10:41 ` [PATCH 5/16] DocBook: update function parameter description in USB code Martin Waitz
2005-03-03 10:41 ` [PATCH 6/16] DocBook: fix function parameter descriptin in fbmem Martin Waitz
2005-03-03 10:42 ` [PATCH 7/16] DocBook: new kernel-doc comments for might_sleep & wait_event_* Martin Waitz
2005-03-03 10:42 ` [PATCH 8/16] DocBook: convert template files to XML Martin Waitz
2005-03-03 10:42 ` [PATCH 9/16] DocBook: s/sgml/xml/ in scripts/kernel-doc Martin Waitz
2005-03-03 10:42 ` [PATCH 10/16] DocBook: move kernel-doc comment next to function Martin Waitz
2005-03-03 10:42 ` [PATCH 11/16] DocBook: s/sgml/xml/ in Documentation/DocBook/Makefile Martin Waitz
2005-03-03 10:42 ` [PATCH 12/16] DocBook: fix XML in templates Martin Waitz
2005-03-03 10:43 ` [PATCH 13/16] [DocBook] kernel-docify comments Martin Waitz
2005-03-03 10:43 ` [PATCH 14/16] [DocBook] add kfifo to kernel-api docs Martin Waitz
2005-03-03 10:43 ` [PATCH 15/16] [DocBook] factor out escaping of XML special characters Martin Waitz
2005-03-05 23:17 ` Martin Waitz
2005-03-03 10:43 ` [PATCH 16/16] [DocBook] escape declaration_purpose Martin Waitz
2005-03-03 11:15 ` Documentation update Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050303102852.GG8617@admingilde.org \
--to=tali@admingilde.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox