Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/scripts/basic/docproc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 249  void intfunc(char * filename) { docfunct Line 249  void intfunc(char * filename) { docfunct
249  void extfunc(char * filename) { docfunctions(filename, FUNCTION);   }  void extfunc(char * filename) { docfunctions(filename, FUNCTION);   }
250    
251  /*  /*
252   * Document spåecific function(s) in a file.   * Document specific function(s) in a file.
253   * Call kernel-doc with the following parameters:   * Call kernel-doc with the following parameters:
254   * kernel-doc -docbook -function function1 [-function function2]   * kernel-doc -docbook -function function1 [-function function2]
255   */   */

Legend:
Removed from v.983  
changed lines
  Added in v.984