Skip to main content

The commentcnvYY_CondCtx Struct Reference

Declaration

struct commentcnvYY_CondCtx { ... }

Public Constructors Index

commentcnvYY_CondCtx (int line, const QCString &id, bool b)

Public Member Attributes Index

intlineNr
QCStringsectionId
boolskip

Definition at line 61 of file commentcnv.l.

Public Constructors

commentcnvYY_CondCtx()

commentcnvYY_CondCtx::commentcnvYY_CondCtx (int line, const QCString & id, bool b)
inline

Definition at line 63 of file commentcnv.l.

63 commentcnvYY_CondCtx(int line,const QCString &id,bool b)
64 : lineNr(line),sectionId(id), skip(b) {}

References lineNr, sectionId and skip.

Public Member Attributes

lineNr

int commentcnvYY_CondCtx::lineNr

Definition at line 65 of file commentcnv.l.

65 int lineNr;

Referenced by commentcnvYY_CondCtx and convertCppComments.

sectionId

QCString commentcnvYY_CondCtx::sectionId

Definition at line 66 of file commentcnv.l.

Referenced by commentcnvYY_CondCtx and convertCppComments.

skip

bool commentcnvYY_CondCtx::skip

Definition at line 67 of file commentcnv.l.

67 bool skip;

Referenced by commentcnvYY_CondCtx and endCondSection.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.