View source code
Display the source code in dmd/dmodule.d from which this
page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a
Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
local clone.
Function dmd.dmodule.Module.setOutfilename
Combines things into output file name for .html and .di files.
FileName setOutfilename
(
const(char)[] name,
const(char)[] dir,
const(char)[] arg,
const(char)[] ext
);
Input
name Command line name given for the file, NULL if none dir Command line directory given for the file, NULL if none arg Name of the source file ext File name extension to use if 'name' is NULL global.params.preservePaths get output path from arg srcfile Input file - output file name must not match input file
Authors
License
Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.