<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/Documentation/doc-guide/kernel-doc.rst, branch v5.19</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v5.19</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v5.19'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2022-04-05T16:00:43+00:00</updated>
<entry>
<title>Documentation: kernel-doc: Promote two chapter headings to page title</title>
<updated>2022-04-05T16:00:43+00:00</updated>
<author>
<name>Bagas Sanjaya</name>
<email>bagasdotme@gmail.com</email>
</author>
<published>2022-03-29T04:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=980c3799c5000d1d1d007b1d51b7fb1bb9745a14'/>
<id>urn:sha1:980c3799c5000d1d1d007b1d51b7fb1bb9745a14</id>
<content type='text'>
Promote "Writing kernel-doc comments" heading to page title, in
accordance to kernel documentation guidelines. Also promote "Including
kernel-doc comments" heading because both headings deserve their own
chapters in PDF output.

There is no differences in the resulting output except formatting
semantics.

Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Cc: Tony Nguyen &lt;anthony.l.nguyen@intel.com&gt;
Cc: Vinod Koul &lt;vkoul@kernel.org&gt;
Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;
Cc: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
Cc: Akira Yokosawa &lt;akiyks@gmail.com&gt;
Cc: "Rafael J. Wysocki" &lt;rafael.j.wysocki@intel.com&gt;
Cc: Jens Axboe &lt;axboe@kernel.dk&gt;
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Bagas Sanjaya &lt;bagasdotme@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>kernel-doc: Fix example in Nested structs/unions</title>
<updated>2020-12-08T17:23:17+00:00</updated>
<author>
<name>Ben Widawsky</name>
<email>ben.widawsky@intel.com</email>
</author>
<published>2020-12-07T21:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9113584012847a7573d191b4544e1f6ed12a8142'/>
<id>urn:sha1:9113584012847a7573d191b4544e1f6ed12a8142</id>
<content type='text'>
Add missing ';' as well as fixes the indent for the first struct.

Signed-off-by: Ben Widawsky &lt;ben.widawsky@intel.com&gt;
Link: https://lore.kernel.org/r/20201207210027.1049346-1-ben.widawsky@intel.com
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kerneldoc.py: add support for kerneldoc -nosymbol</title>
<updated>2020-10-15T05:49:38+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+huawei@kernel.org</email>
</author>
<published>2020-09-29T09:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2791f47d26d1e49a747a0a1aa2d694e6aab447ab'/>
<id>urn:sha1:2791f47d26d1e49a747a0a1aa2d694e6aab447ab</id>
<content type='text'>
Currently, there's no way to exclude identifiers from
a kernel-doc markup. Add support for it.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;
</content>
</entry>
<entry>
<title>kernel-doc: Update "cross-referencing from rST" section to use automarkup</title>
<updated>2020-09-03T19:50:40+00:00</updated>
<author>
<name>Nícolas F. R. A. Prado</name>
<email>nfraprado@protonmail.com</email>
</author>
<published>2020-09-03T00:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7c8b9e3000f82de68373db23819f9585e54186bb'/>
<id>urn:sha1:7c8b9e3000f82de68373db23819f9585e54186bb</id>
<content type='text'>
Update text and examples in the "Cross-referencing from
reStructuredText" section to reflect that no additional syntax is needed
anymore.

Signed-off-by: Nícolas F. R. A. Prado &lt;nfraprado@protonmail.com&gt;
Link: https://lore.kernel.org/r/20200903005747.3900333-3-nfraprado@protonmail.com
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'</title>
<updated>2019-11-07T20:17:25+00:00</updated>
<author>
<name>Changbin Du</name>
<email>changbin.du@gmail.com</email>
</author>
<published>2019-10-31T13:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=36bc683dde0af61c6e677e5832ad4380771380d3'/>
<id>urn:sha1:36bc683dde0af61c6e677e5832ad4380771380d3</id>
<content type='text'>
The 'functions' directive is not only for functions, but also works for
structs/unions. So the name is misleading. This patch renames it to
'identifiers', which specific the functions/types to be included in
documentation. We keep the old name as an alias of the new one before
all documentation are updated.

Signed-off-by: Changbin Du &lt;changbin.du@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Doc : doc-guide : Fix a typo</title>
<updated>2019-06-28T15:04:14+00:00</updated>
<author>
<name>Sheriff Esseson</name>
<email>sheriffesseson@gmail.com</email>
</author>
<published>2019-06-28T06:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9159ba14285c5432063a0ad83e50afb95674d9b1'/>
<id>urn:sha1:9159ba14285c5432063a0ad83e50afb95674d9b1</id>
<content type='text'>
fix the disjunction by replacing "of" with "or".

Signed-off-by: Sheriff Esseson &lt;sheriffesseson@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: typo "if ... if" -&gt; "if ... is"</title>
<updated>2019-02-17T22:38:47+00:00</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-11T22:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=32c8966e904bd12d002a113da442839503ff84be'/>
<id>urn:sha1:32c8966e904bd12d002a113da442839503ff84be</id>
<content type='text'>
"If no *function* if specified" should instead be
"If no *function* is specified".

Reported-by: Matthew Wilcox &lt;willy@infradead.org&gt;
Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: typo "documentaion"</title>
<updated>2019-02-01T22:59:46+00:00</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-01T22:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b5b2187db0cbc991466121fbf25d9e15796ea145'/>
<id>urn:sha1:b5b2187db0cbc991466121fbf25d9e15796ea145</id>
<content type='text'>
Fix a typo in kernel-doc.rst

Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: update commands to generate man page</title>
<updated>2019-02-01T22:59:02+00:00</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-01T21:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=7d1179f0dbcd88dea67bdf3d69c93ab39750bbbb'/>
<id>urn:sha1:7d1179f0dbcd88dea67bdf3d69c93ab39750bbbb</id>
<content type='text'>
(1) The command to generate man pages is truncated in the pdf version
of the document.  Reformat the command into multiple lines to prevent
the truncation.

(2) Older versions of git do not support all variants of pathspec
syntax.  Provide commands to generate man pages for various
alternate syntax.

Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>doc-guide:kernel-doc.rst: Reference to foobar</title>
<updated>2018-11-07T22:31:51+00:00</updated>
<author>
<name>Joris Gutjahr</name>
<email>joris.gutjahr@gmail.com</email>
</author>
<published>2018-10-28T19:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1bb37a35671cb3fea74c213220dbd3815344f673'/>
<id>urn:sha1:1bb37a35671cb3fea74c213220dbd3815344f673</id>
<content type='text'>
In the Function documentation Section of kernel-doc.rst
there is a function_name() function as an example for
how to make a comment about a function.

But at the end of that example there is a reference to foobar
instead of function_name.

I think that should rather be function_name, because that
was the placeholder the whole example was using.

Signed-off-by: Joris Gutjahr &lt;joris.gutjahr@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
