Doctor v0.7.0 Doctor.ModuleInformation View Source
This module defines a struct which houses all the documentation data for an entire module.
Link to this section Summary
Functions
Breaks down the docs format entry returned from Code.fetch_docs(MODULE)
Given the provided module, read the file from which the module was generated and convert the file to an AST.
Given a ModuleInformation struct with the AST loaded, fetch all of the author defined functions
Link to this section Functions
Link to this function
build(arg, module) View Source
Breaks down the docs format entry returned from Code.fetch_docs(MODULE)
Link to this function
load_file_ast(module_info) View Source
Given the provided module, read the file from which the module was generated and convert the file to an AST.
Link to this function
load_user_defined_functions(module_info) View Source
Given a ModuleInformation struct with the AST loaded, fetch all of the author defined functions