compbiocore / VariantVisualization.jl

Julia package powering VIVA, our tool for visualization of genomic variation data. Manual:
https://compbiocore.github.io/VariantVisualization.jl/stable/
Other
84 stars 13 forks source link

Add docstrings #5

Closed mirestrepo closed 5 years ago

mirestrepo commented 6 years ago

Many of the functions have some documentation using regular comments (#). Instead those can be changed to DocStrings to improve documentation

fernandogelin commented 5 years ago

@gtollefson Use these instructions (https://docs.julialang.org/en/v1/manual/documentation/index.html) to add docstrings with arguments to all functions. Documenter.jl will take care of adding that info to the documentation.