mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Update a comment
This commit is contained in:
parent
59d1687d0e
commit
353ea20569
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ mod html;
|
|||
pub fn generate_docs_html(filenames: Vec<PathBuf>, build_dir: &Path) {
|
||||
let loaded_modules = load_modules_for_files(filenames);
|
||||
|
||||
//
|
||||
// TODO: get info from a file like "elm.json"
|
||||
// TODO: get info from a package module; this is all hardcoded for now.
|
||||
let mut package = roc_load::docs::Documentation {
|
||||
name: "roc/builtins".to_string(),
|
||||
version: "1.0.0".to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue