Branch: Tag:

2001-07-21

2001-07-21 00:54:31 by Martin Nilsson <mani@lysator.liu.se>

Fixed documentation markup.

Rev: src/modules/SANE/sane.c:1.9

32:   /* must be included last */   #include "module_magic.h"    - RCSID("$Id: sane.c,v 1.8 2000/12/01 08:10:23 hubbe Exp $"); + RCSID("$Id: sane.c,v 1.9 2001/07/21 00:54:31 nilsson Exp $");      /*   **! module SANE
41:   **! library from pike   **!   **! note - **! $Id: sane.c,v 1.8 2000/12/01 08:10:23 hubbe Exp $ + **! $Id: sane.c,v 1.9 2001/07/21 00:54:31 nilsson Exp $   */      static int sane_is_inited;
75:   **!   **! Example:   **! <pre> - **! Pike v0.7 release 120 running Hilfe v2.0 (Incremental Pike Frontend) + **! Pike v0.7 release 120 running Hilfe v2.0 (Incremental Pike Frontend)   **! > SANE.list_scanners();   **! Result: ({   **! ([
221:   }      /* - **! function array(mapping) list_options( ) + **! method array(mapping) list_options()   */   static void f_scanner_list_options( INT32 args )   {
249:         /* - **! function void set_option( string name, mixed new_value ) - **! function void set_option( string name ) + **! method void set_option( string name, mixed new_value ) + **! method void set_option( string name )   **! If no value is specified, the option is set to it's default value   */   static void f_scanner_set_option( INT32 args )
298:         /* - **! function mixed get_option( string name ) + **! method mixed get_option( string name )   */   static void f_scanner_get_option( INT32 args )   {
339:   }      /* - **! function mapping(string:int) get_parameters( ) + **! method mapping(string:int) get_parameters()   */   static void f_scanner_get_parameters( INT32 args )   {
421:   }      /* - **! function Image.Image simple_scan( ) + **! method Image.Image simple_scan()   */   static void f_scanner_simple_scan( INT32 args )   {
476:   }      /* - **! function void row_scan(function(Image.Image,int,Scanner:void) callback) + **! method void row_scan(function(Image.Image,int,Scanner:void) callback)   */   static void f_scanner_row_scan( INT32 args )   {
621:   }      /* - **! function void nonblocking_row_scan(function(Image.Image,int,Scanner,int:void) callback) + **! method void nonblocking_row_scan(function(Image.Image,int,Scanner,int:void) callback)   */   static void f_scanner_nonblocking_row_scan( INT32 args )   {