diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-07-20 18:43:41 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-20 18:45:37 -0400 |
commit | 8ed292fe864e9ed7d335515e97590122a56d7cba (patch) | |
tree | c86eb1cb91d7e728042c0a577c4eb9d2d87c88d2 /Documentation/development-process | |
parent | 47d6d752b9e20dbe8a2acd22e887be81a6f39de9 (diff) |
docs: deprecate kernel-doc-nano-HOWTO.txt
Now that the new Sphinx world order is taking over, the information in
kernel-doc-nano-HOWTO.txt is outmoded. I hate to remove it altogether,
since it's one of those files that people expect to find. But we can add a
warning and fix all the other pointers to it.
Reminded-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/development-process')
-rw-r--r-- | Documentation/development-process/4.Coding | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/development-process/4.Coding b/Documentation/development-process/4.Coding index e3cb6a56653a..9a3ee77cefb1 100644 --- a/Documentation/development-process/4.Coding +++ b/Documentation/development-process/4.Coding | |||
@@ -346,7 +346,7 @@ which have not been so documented, there is no harm in adding kerneldoc | |||
346 | comments for the future; indeed, this can be a useful activity for | 346 | comments for the future; indeed, this can be a useful activity for |
347 | beginning kernel developers. The format of these comments, along with some | 347 | beginning kernel developers. The format of these comments, along with some |
348 | information on how to create kerneldoc templates can be found in the file | 348 | information on how to create kerneldoc templates can be found in the file |
349 | Documentation/kernel-doc-nano-HOWTO.txt. | 349 | Documentation/kernel-documentation.rst. |
350 | 350 | ||
351 | Anybody who reads through a significant amount of existing kernel code will | 351 | Anybody who reads through a significant amount of existing kernel code will |
352 | note that, often, comments are most notable by their absence. Once again, | 352 | note that, often, comments are most notable by their absence. Once again, |