mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[PATCH] update some docbook comments
Correct a few comments in kernel-doc Doc and source files. (akpm: note: the patch removes a non-ascii character and might have to be applied by hand..) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
87c2b7c045
commit
c612093836
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ are:
|
||||||
special place-holders for where the extracted documentation should
|
special place-holders for where the extracted documentation should
|
||||||
go.
|
go.
|
||||||
|
|
||||||
- scripts/docproc.c
|
- scripts/basic/docproc.c
|
||||||
|
|
||||||
This is a program for converting SGML template files into SGML
|
This is a program for converting SGML template files into SGML
|
||||||
files. When a file is referenced it is searched for symbols
|
files. When a file is referenced it is searched for symbols
|
||||||
|
|
|
@ -250,7 +250,7 @@ void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); }
|
||||||
void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
|
void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Document spåecific function(s) in a file.
|
* Document specific function(s) in a file.
|
||||||
* Call kernel-doc with the following parameters:
|
* Call kernel-doc with the following parameters:
|
||||||
* kernel-doc -docbook -function function1 [-function function2]
|
* kernel-doc -docbook -function function1 [-function function2]
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue