From eaff70a33fcc68f5047175a55dcb0cdae46699cd Mon Sep 17 00:00:00 2001 From: korbinian90 Date: Sat, 23 Nov 2024 11:31:23 +0100 Subject: [PATCH] remove @doc to avoid PackageCompile error --- Project.toml | 2 +- src/unwrapping.jl | 2 -- src/voxelquality.jl | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 8fdea27..642e776 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ROMEO" uuid = "1ea8258b-a15d-4adb-ad20-01632f467a84" authors = ["Korbinian Eckstein", "Barbara Dymerska", "Simon Robinson"] -version = "1.3.1" +version = "1.3.2" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/unwrapping.jl b/src/unwrapping.jl index c88d36b..5870a86 100644 --- a/src/unwrapping.jl +++ b/src/unwrapping.jl @@ -144,8 +144,6 @@ Performs individual unwrapping of the echoes instead of temporal unwrapping. Still uses multi-echo information to improve the quality map. This function is identical to `unwrap` with the flag `individual=true`. The syntax is identical to unwrap, but doesn't support the `temporal_uncertain_unwrapping` and `template` options: -$(@doc unwrap) - """ unwrap_individual, unwrap_individual! diff --git a/src/voxelquality.jl b/src/voxelquality.jl index ce6eabd..a6f9385 100644 --- a/src/voxelquality.jl +++ b/src/voxelquality.jl @@ -11,7 +11,6 @@ julia> mask = robustmask(qmap); ``` Takes the same inputs as `romeo`/`unwrap`: -$(@doc unwrap) See also [`unwrap`](@ref) """