Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jan 30, 2024
1 parent f389c53 commit 86574b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ pub extern "C" fn xyz_to_jzazbz(pixel: &mut [f32; 3]) {
}

// Disabled for now as all the papers are paywalled
/// Convert CIE XYZ to CAM16-UCS
// /// Convert CIE XYZ to CAM16-UCS
// #[no_mangle]
// pub extern "C" fn xyz_to_cam16ucs(pixel: &mut [f32; 3]) {

Expand Down Expand Up @@ -1138,7 +1138,7 @@ pub extern "C" fn jzazbz_to_xyz(pixel: &mut [f32; 3]) {
}

// Disabled for now as all the papers are paywalled
/// Convert CAM16-UCS to CIE XYZ
// /// Convert CAM16-UCS to CIE XYZ
// #[no_mangle]
// pub extern "C" fn cam16ucs_to_xyz(pixel: &mut [f32; 3]) {

Expand Down

0 comments on commit 86574b4

Please sign in to comment.