diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 14:11:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 14:11:12 +0000 |
commit | 67758035a4fe040c6ac69b39d61bcd6bddd7b827 (patch) | |
tree | a4a1db7f54c16d12fabe2626b8f1e235cd694e9e /scripts/basic/docproc.c | |
parent | 811c449748d5bd0505f8510e5582892f94ac0cda (diff) | |
parent | b83c9704128dd106071184e4b00335a3b8486857 (diff) | |
download | busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.tar.gz busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.tar.bz2 busybox-w32-67758035a4fe040c6ac69b39d61bcd6bddd7b827.zip |
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
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 db30019d8..0984e7d4b 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -212,7 +212,7 @@ void find_export_symbols(char * filename) | |||
212 | * Document all external or internal functions in a file. | 212 | * Document all external or internal functions in a file. |
213 | * Call kernel-doc with following parameters: | 213 | * Call kernel-doc with following parameters: |
214 | * kernel-doc -docbook -nofunction function_name1 filename | 214 | * kernel-doc -docbook -nofunction function_name1 filename |
215 | * function names are obtained from all the the src files | 215 | * function names are obtained from all the src files |
216 | * by find_export_symbols. | 216 | * by find_export_symbols. |
217 | * intfunc uses -nofunction | 217 | * intfunc uses -nofunction |
218 | * extfunc uses -function | 218 | * extfunc uses -function |