Function getEmittedDocs [src]
Returns the path to the generated documentation directory.
  Prototype
 pub fn getEmittedDocs(compile: *Compile) LazyPath  Parameters
compile: *Compile Source
 pub fn getEmittedDocs(compile: *Compile) LazyPath {
    return compile.getEmittedFileGeneric(&compile.generated_docs);
}