Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Matrix/different.pro

    r231 r232  
    77; Calculation 
    88; 
    9 ; @param a {in}{required}  
     9; @param a {in}{required} 
    1010; arrays of positive integers, which need 
    1111;               not be sorted. Duplicate elements are ignored, as they have no 
    1212;               effect on the result 
    1313; 
    14 ; @param b {in}{required}  
     14; @param b {in}{required} 
    1515; see a 
    1616; 
     
    1818; tableau 
    1919; 
    20 ; @restrictions  
     20; @restrictions 
    2121; The empty set is denoted by an array with the first element equal to 
    2222; -1. 
    2323; 
    24 ; @restrictions  
     24; @restrictions 
    2525; These functions will not be efficient on sparse sets with wide 
    2626; ranges, as they trade memory for efficiency. The HISTOGRAM function 
     
    3535; 
    3636; @history 
    37 ;  http://www.dfanning.com/tips/set_operations.html 
     37; <a href="http://www.dfanning.com/tips/set_operations.html"/> 
    3838; 
    3939; @version 
Note: See TracChangeset for help on using the changeset viewer.