linux/Documentation
Markus Heiser 2c645cd7c4 doc-rst:c-domain: ref-name of a function declaration
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: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-08-22 15:19:22 -06:00
..
2016-08-06 00:01:33 -04:00
2016-08-07 14:41:02 -06:00
2016-05-31 16:41:55 +08:00
2016-08-06 00:01:33 -04:00
2016-08-18 15:31:56 -06:00
2016-08-18 15:31:56 -06:00
2016-06-03 13:31:37 -06:00
2016-06-14 16:01:00 -07:00
2016-07-26 10:35:31 +02:00
2015-11-30 12:14:12 +00:00
2016-06-30 13:07:33 -06:00
2016-06-07 22:57:10 +02:00
2016-06-07 22:57:10 +02:00
2016-05-17 14:48:04 +02:00
2016-04-28 08:02:36 -06:00