Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1400066
| From | Jani Nikula <jani.nikula@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] kernel-doc/docproc prep work for reStructuredText |
| Date | 2016-05-12 15:20 +0200 |
| Message-ID | <rxYH0-6wa-19@gated-at.bofh.it> (permalink) |
| Organization | Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo |
Jon, I was hoping we could consider nudging things forward a bit in the kernel-doc and docproc reStructuredText front already in 4.7. I know it's a bit close to the merge window, but this should not interfere with anything else, and some of it are just trivial cleanups that I've been carrying around locally. Obviously this doesn't actually add anything that uses them yet, but I think it would be helpful to have some common base in to ease collaboration. BR, Jani. Jani Nikula (8): kernel-doc: rewrite usage description, remove duplicated comments kernel-doc: use rst C domain directives and references for types docproc: add variables for subcommand and filename docproc: reduce unnecessary indentation docproc: abstract docproc directive detection docproc: abstract terminating lines at first space docproc: add support for reStructuredText format via --rst option docproc: print a comment about autogeneration for rst output Jonathan Corbet (1): kernel-doc: produce RestructuredText output scripts/docproc.c | 221 +++++++++++++++++++++++++++---------- scripts/kernel-doc | 315 +++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 430 insertions(+), 106 deletions(-) -- 2.1.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] kernel-doc/docproc prep work for reStructuredText Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 5/9] docproc: reduce unnecessary indentation Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 2/9] kernel-doc: produce RestructuredText output Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 4/9] docproc: add variables for subcommand and filename Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 9/9] docproc: print a comment about autogeneration for rst output Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 3/9] kernel-doc: use rst C domain directives and references for types Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 7/9] docproc: abstract terminating lines at first space Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 6/9] docproc: abstract docproc directive detection Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 [PATCH 1/9] kernel-doc: rewrite usage description, remove duplicated comments Jani Nikula <jani.nikula@intel.com> - 2016-05-12 15:20 +0200 Re: [PATCH 0/9] kernel-doc/docproc prep work for reStructuredText Jonathan Corbet <corbet@lwn.net> - 2016-05-14 18:10 +0200
csiph-web