subdir/subdir_b/utils

This is now a header

Next header

And so on

More headers

Up to level 6
  1. An enumeration
  2. Second idea here.

More text.

  1. Other case value
  2. Second case.

Types

SomeType = enum
  enumValueA, enumValueB, enumValueC

Procs

proc someType(): SomeType {....raises: [], tags: [].}
constructor.

Templates

template aEnum(): untyped
template bEnum(): untyped
template fromUtilsGen(): untyped
should be shown in utils.html only

Example:

discard "should be in utils.html only, not in module that calls fromUtilsGen"
ditto