Doxygen
Loading...
Searching...
No Matches
DocCmdMap Struct Reference
+ Collaboration diagram for DocCmdMap:

Public Member Functions

 DocCmdMap (DocCmdFunc h, CommandSpacing s, SectionHandling sh)
 

Public Attributes

DocCmdFunc handler
 
CommandSpacing spacing
 
SectionHandling sectionHandling
 

Detailed Description

Definition at line 199 of file commentscan.l.

Constructor & Destructor Documentation

◆ DocCmdMap()

DocCmdMap::DocCmdMap ( DocCmdFunc h,
CommandSpacing s,
SectionHandling sh )
inline

Definition at line 201 of file commentscan.l.

201: handler(h), spacing(s), sectionHandling(sh) {}

References handler, sectionHandling, and spacing.

Member Data Documentation

◆ handler

DocCmdFunc DocCmdMap::handler

Definition at line 202 of file commentscan.l.

Referenced by DocCmdMap().

◆ sectionHandling

SectionHandling DocCmdMap::sectionHandling

Definition at line 204 of file commentscan.l.

Referenced by DocCmdMap().

◆ spacing

CommandSpacing DocCmdMap::spacing

Definition at line 203 of file commentscan.l.

Referenced by DocCmdMap().


The documentation for this struct was generated from the following file: