DoxigAlpha

getPath

Function parameters

Parameters

#

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#
getOutput
Deprecated; use `getOutputFile`.

= .config_header

Values

#
base_id
= .config_header

Source

Implementation

#
pub fn getPath(style: Style) ?std.Build.LazyPath {
    switch (style) {
        .autoconf_undef, .autoconf_at, .cmake => |s| return s,
        .blank, .nasm => return null,
    }
}