Skip to content

Fix remaining NIDAQmx references after rename #11

Fix remaining NIDAQmx references after rename

Fix remaining NIDAQmx references after rename #11

Triggered via push January 30, 2026 05:03
Status Failure
Total duration 1m 21s
Artifacts

CI.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Documentation
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L47
undefined binding 'DAQmx.NIDAQWarning' in `@docs` block in docs/src/api.md:208-214 ```@docs NIDAQError NIDAQWarning check_error get_error_message get_extended_error_info ```
Documentation: ../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L47
undefined binding 'DAQmx.NIDAQError' in `@docs` block in docs/src/api.md:208-214 ```@docs NIDAQError NIDAQWarning check_error get_error_message get_extended_error_info ```
Documentation: ../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L49
27 docstrings not included in the manual: DAQmx.TASK_PROPERTIES DAQmx.AOTask :: Tuple{String} DAQmx.task_handle :: Tuple{DAQmx.Task} DAQmx.COTask :: Tuple{String} DAQmx.SampleTimingType DAQmx.DOTask :: Tuple{String} DAQmx.DAQmx DAQmx.AITask :: Tuple{String} DAQmx.TriggerType DAQmx.libnidaq DAQmx.CHANNEL_PROPERTIES DAQmx.is_valid :: Tuple{DAQmx.Task} DAQmx.DAQmxWarning Base.write :: Tuple{AOTask, AbstractVector{Float64}} Base.write :: Tuple{DOTask, AbstractVector{UInt8}} DAQmx.@check :: Tuple{Any} DAQmx.DAQmxError DAQmx.create_task :: Union{Tuple{}, Tuple{String}} Base.read :: Union{Tuple{T}, Tuple{AITask, Type{T}}} where T<:Union{Float64, Int16, Int32, UInt16, UInt32} Base.read :: Union{Tuple{T}, Tuple{DITask, Type{T}}} where T<:Union{UInt16, UInt32, UInt8} Base.read :: Tuple{CITask} Base.read :: Tuple{CITask, Type{Float64}} Base.read :: Tuple{DITask} Base.read :: Tuple{AITask} DAQmx.DITask :: Tuple{String} DAQmx.CITask :: Tuple{String} DAQmx.task_kind :: Union{Tuple{DAQmx.Task{K}}, Tuple{K}} where K These are docstrings in the checked modules (configured with the modules keyword) that are not included in canonical @docs or @autodocs blocks.