Generator

#Documenter.GeneratorModule.

Provides the functions related to generating documentation stubs.

source

#Documenter.Generator.gitignoreMethod.

Signatures

gitignore()

Contents of the default .gitignore file.

source

#Documenter.Generator.indexMethod.

Signatures

index(pkgname)

Contents of the default src/index.md file.

source

#Documenter.Generator.makeMethod.

Signatures

make(pkgname)

Contents of the default make.jl file.

source

#Documenter.Generator.mkdocsMethod.

Signatures

mkdocs(pkgname; description, author, url)

Contents of the default mkdocs.yml file.

source

#Documenter.Generator.savefileMethod.

Signatures

savefile(f, root, filename)

Attempts to save a file at $(root)/$(filename). f will be called with file stream (see open).

filename can also be a file in a subdirectory (e.g. src/index.md), and then then subdirectories will be created automatically.

source