Skip to content
Snippets Groups Projects
  1. Dec 08, 2020
  2. Oct 15, 2020
  3. Sep 03, 2020
  4. Nov 07, 2019
  5. Jun 28, 2019
  6. Feb 17, 2019
  7. Feb 01, 2019
  8. Nov 07, 2018
  9. Jun 30, 2018
  10. Feb 23, 2018
  11. Feb 18, 2018
  12. Feb 13, 2018
  13. Dec 21, 2017
  14. Oct 19, 2017
  15. May 16, 2017
  16. Nov 19, 2016
  17. Oct 27, 2016
  18. Sep 21, 2016
  19. Aug 22, 2016
    • Markus Heiser's avatar
      doc-rst:c-domain: ref-name of a function declaration · 2c645cd7
      Markus Heiser authored
      
      Add option 'name' to the "c:function:" directive.  With option 'name'
      the ref-name of a function can be modified. E.g.::
      
          .. c:function:: int ioctl( int fd, int request )
             :name: VIDIOC_LOG_STATUS
      
      The func-name (e.g. ioctl) remains in the output but the ref-name
      changed from ``ioctl`` to ``VIDIOC_LOG_STATUS``. The index entry for
      this function is also changed to ``VIDIOC_LOG_STATUS`` and the function
      can now referenced by::
      
          :c:func:`VIDIOC_LOG_STATUS`
      
      Signed-off-by: default avatarMarkus Heiser <markus.heiser@darmarIT.de>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      2c645cd7
  20. Aug 12, 2016
  21. Jul 18, 2016
  22. Jun 30, 2016
    • Markus Heiser's avatar
      doc-rst: flat-table directive - initial implementation · 0249a764
      Markus Heiser authored
      Implements the reST flat-table directive.
      
      The ``flat-table`` is a double-stage list similar to the ``list-table`` with
      some additional features:
      
      * column-span: with the role ``cspan`` a cell can be extended through
        additional columns
      
      * row-span: with the role ``rspan`` a cell can be extended through
        additional rows
      
      * auto span rightmost cell of a table row over the missing cells on the right
        side of that table-row.  With Option ``:fill-cells:`` this behavior can
        changed from *auto span* to *auto fill*, which automaticly inserts (empty)
      
      list tables
      
        The *list tables* formats are double stage lists. Compared to the
        ASCII-art they migth be less comfortable for readers of the
        text-files. Their advantage is, that they are easy to create/modify
        and that the diff of a modification is much more meaningfull, because
        it is limited to the modified content.
      
      The initial implementation was taken from the sphkerneldoc project [1]
      
      [1] https://github.com/return42/sphkerneldoc/commits/master/scripts/site-python/linuxdoc/rstFlatTable.py
      
      
      
      Signed-off-by: default avatarMarkus Heiser <markus.heiser@darmarIT.de>
      [jc: fixed typos and misspellings in the docs]
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      0249a764
  23. Jun 24, 2016
Loading