public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Martin Waitz <tali@admingilde.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
	linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: Documentation update
Date: Thu, 03 Mar 2005 06:15:42 -0500	[thread overview]
Message-ID: <4226F1DE.6000900@pobox.com> (raw)
In-Reply-To: <20050303102852.GG8617@admingilde.org>

Martin Waitz wrote:
> 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.


Overall, looks pretty good.

Comments:

1) As the author of tulip-user and via-audio docbooks, I can say that 
they are out of date and should be deleted.


2) Very happy to see conversion to XML.


3) In general, I'm happy that someone is giving the docbook docs some love.


4) Occasionally code movement (not just comment updates) are required, 
such as:

> @@ -1248,6 +1249,9 @@
>         return retval;
>  }
>  
> +
> +extern const char *global_mode_option;
> +
>  /**
>   *     video_setup - process command line options
>   *     @options: string of options
> @@ -1261,9 +1265,6 @@
>   *     Returns zero.
>   *
>   */
> -
> -extern const char *global_mode_option;
> -
>  int __init video_setup(char *options)
>  {
>         int i, global = 0;

Although I do not NAK this change, I am curious if kernel-doc can be 
fixed so that this sort of change is not necessary.


5) Although it is a pain to do this in BitKeeper, now that you've 
checked everything in, it might be better to send the code changes via 
the individual maintainers.


6) I would feel more comfortable if this spent some time in Andrew 
Morton's -mm, before going upstream.

Regards,

	Jeff



      parent reply	other threads:[~2005-03-03 11:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-03 10:28 Documentation update Martin Waitz
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 ` Jeff Garzik [this message]

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=4226F1DE.6000900@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tali@admingilde.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