DoxigAlpha

setSection

Function parameters

Parameters

#
builder:*Builder

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= 16

Values

#

Source

Implementation

#
pub fn setSection(self: Index, section: String, builder: *Builder) void {
    self.ptr(builder).section = section;
}