Enums Template

[Brief description of the enumeration types described below]

API

Enum 1

Note

This example is taken from Breathe’s documentation to illustrate how this extenstion works.

enum Nutshell::Tool

Our tool set.

The various tools we can opt to use to crack this particular nut

Values:

enumerator kHammer

What? It does the job.

enumerator kNutCrackers

Boring.

enumerator kNinjaThrowingStars

Stealthy.

Enum 2

Note

This example is taken from Breathe’s documentation to illustrate how this extenstion works.

enum Nutshell::AnotherTool

Values:

enumerator kHammer

What? It does the job.

enumerator kNutCrackers

Boring.

enumerator kNinjaThrowingStars

Stealthy.

Examples

[Optional]

See Also

[Optional]