Skip to main content

The LinkRef Struct Reference

Declaration

struct Markdown::Private::LinkRef { ... }

Public Constructors Index

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

Public Member Attributes Index

QCStringlink
QCStringtitle

Definition at line 166 of file markdown.cpp.

Public Constructors

LinkRef()

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

Definition at line 168 of file markdown.cpp.

168 LinkRef(const QCString &l,const QCString &t) : link(l), title(t) {}

References link and title.

Public Member Attributes

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:


Generated via doxygen2docusaurus by Doxygen 1.14.0.