Doxygen
Loading...
Searching...
No Matches
Markdown::Private::LinkRef Struct Reference
+ Collaboration diagram for Markdown::Private::LinkRef:

Public Member Functions

 LinkRef (const QCString &l, const QCString &t)
 

Public Attributes

QCString link
 
QCString title
 

Detailed Description

Definition at line 166 of file markdown.cpp.

Constructor & Destructor Documentation

◆ LinkRef()

Markdown::Private::LinkRef::LinkRef ( const QCString & l,
const QCString & t )
inline

Definition at line 168 of file markdown.cpp.

References link, and title.

Member Data Documentation

◆ link

QCString Markdown::Private::LinkRef::link

Definition at line 169 of file markdown.cpp.

Referenced by LinkRef().

◆ title

QCString Markdown::Private::LinkRef::title

Definition at line 170 of file markdown.cpp.

Referenced by LinkRef().


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