The CommentInPrepass
Struct Reference
Declaration
struct CommentInPrepass { ... }
Public Constructors Index
CommentInPrepass (int col, const QCString &s) | |
Public Member Attributes Index
int | column |
QCString | str |
Definition at line 144 of file fortranscanner.l.
Public Constructors
CommentInPrepass()
| inline |
Definition at line 146 of file fortranscanner.l.
146 CommentInPrepass(int col, const QCString &s) : column(col), str(s) {}
Public Member Attributes
column
|
Definition at line 147 of file fortranscanner.l.
Referenced by CommentInPrepass and locatePrepassComment.
str
|
Definition at line 148 of file fortranscanner.l.
Referenced by CommentInPrepass and updateVariablePrepassComment.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.