Rename package from NIDAQmx.jl to DAQmx.jl #10
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{DOTask, AbstractVector{UInt8}}
Base.write :: Tuple{AOTask, AbstractVector{Float64}}
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{AITask}
Base.read :: Tuple{DITask}
Base.read :: Tuple{CITask, Type{Float64}}
Base.read :: Tuple{CITask}
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.
|