Skip to content

docstring missing #61

Description

@johnnychen94

The current julia documentation fails to build: JuliaImages/juliaimages.github.io#44 (comment)

When building Images.jl Documentation https://github.com/JuliaImages/juliaimages.github.io with Documenter v0.22, there'll be lots of unresolved links if using @docs macro in function_reference.md

```@docs
glcm
...
``` #

and glcm doesn't have its docstring

help?> glcm
search: glcm glcm_prop glcm_norm glcm_var_ref glcm_entropy glcm_mean_ref glcm_symmetric glcm_var_neighbour

  No documentation found.

To supprese the no-doc-found warnings, I temporarily changed @docs to julia in JuliaImages/juliaimages.github.io#50

The following is a list of undocumented methods

  • glcm
  • glcm_symmetric
  • glcm_norm
  • glcm_prop
  • max_prob
  • contrast
  • ASM
  • IDM
  • glcm_entropy
  • energy
  • dissimilarity
  • correlation
  • glcm_mean_ref
  • glcm_mean_neighbour
  • glcm_var_ref
  • glcm_var_neighbour
  • lbp
  • modified_lbp
  • direction_coded_lbp
  • lbp_original
  • lbp_uniform
  • lbp_rotation_invariant
  • multi_block_lbp

cc: @timholy

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions