diff options
| author | Paul Mackerras <paulus@samba.org> | 2007-05-10 07:08:37 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2007-05-10 07:08:37 -0400 |
| commit | 2ecf042ef530dd0943e41d84b6344f507941af3e (patch) | |
| tree | 73100361dd74e3f80f14c7c81ba4675948983f44 /scripts/basic/docproc.c | |
| parent | 32a56ebb24f23da1bbaf24292acf85b6c04526ab (diff) | |
| parent | de5603748af8bf7deac403e6ba92887f8d18e812 (diff) | |
Merge branch 'linux-2.6'
Diffstat (limited to 'scripts/basic/docproc.c')
| -rw-r--r-- | scripts/basic/docproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index d6071cbf13d7..f4d2f68452ba 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
| @@ -211,7 +211,7 @@ void find_export_symbols(char * filename) | |||
| 211 | * Document all external or internal functions in a file. | 211 | * Document all external or internal functions in a file. |
| 212 | * Call kernel-doc with following parameters: | 212 | * Call kernel-doc with following parameters: |
| 213 | * kernel-doc -docbook -nofunction function_name1 filename | 213 | * kernel-doc -docbook -nofunction function_name1 filename |
| 214 | * function names are obtained from all the the src files | 214 | * function names are obtained from all the src files |
| 215 | * by find_export_symbols. | 215 | * by find_export_symbols. |
| 216 | * intfunc uses -nofunction | 216 | * intfunc uses -nofunction |
| 217 | * extfunc uses -function | 217 | * extfunc uses -function |
