mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Delete commented out docs code
This commit is contained in:
parent
547ec2756d
commit
e38823b52a
2 changed files with 29 additions and 83 deletions
|
@ -91,22 +91,7 @@ pub fn build_app<'a>() -> App<'a> {
|
|||
}
|
||||
|
||||
pub fn docs(files: Vec<PathBuf>) {
|
||||
roc_docs::generate(
|
||||
files,
|
||||
// vec![
|
||||
// PathBuf::from(r"./compiler/builtins/docs/Bool.roc"),
|
||||
// // PathBuf::from(r"../compiler/builtins/docs/Dict.roc"),
|
||||
// // Not working
|
||||
// // PathBuf::from(r"../compiler/builtins/docs/List.roc"),
|
||||
// // Not working
|
||||
// // PathBuf::from(r"../compiler/builtins/docs/Num.roc"),
|
||||
// // PathBuf::from(r"../compiler/builtins/docs/Set.roc"),
|
||||
// // PathBuf::from(r"../compiler/builtins/docs/Str.roc"),
|
||||
// ],
|
||||
roc_builtins::std::standard_stdlib(),
|
||||
Path::new("./"),
|
||||
// Path::new("./build"),
|
||||
)
|
||||
roc_docs::generate(files, roc_builtins::std::standard_stdlib(), Path::new("./"))
|
||||
}
|
||||
|
||||
pub fn build(target: &Triple, matches: &ArgMatches, run_after_build: bool) -> io::Result<()> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue