Doxygen
|
#include <src/docoptions.h>
Public Member Functions | |
bool | indexWords () const |
bool | isExample () const |
QCString | exampleName () const |
bool | singleLine () const |
bool | linkFromIndex () const |
bool | markdownSupport () const |
bool | autolinkSupport () const |
int | sectionLevel () const |
DocOptions & | setIndexWords (bool b) |
Indicates whether or not words should be put in the search index. | |
DocOptions & | setExample (const QCString &name) |
Associate this comment block with a given example. | |
DocOptions & | setSingleLine (bool b) |
Select if this is for a single line, so without starting a new paragraph at the end. | |
DocOptions & | setLinkFromIndex (bool b) |
Select if the documentation is generated from an index page. | |
DocOptions & | setMarkdownSupport (bool b) |
Select if the input needs to take markdown markup into account. | |
DocOptions & | setAutolinkSupport (bool b) |
Select if the input need to perform auto linking of words. | |
DocOptions & | setSectionLevel (int l) |
Restrict output up to the given section level. |
Private Attributes | |
bool | m_indexWords = false |
bool | m_isExample = false |
QCString | m_exampleName |
bool | m_singleLine = false |
bool | m_linkFromIndex = false |
bool | m_markdownSupport = Config_getBool(MARKDOWN_SUPPORT) |
bool | m_autolinkSupport = Config_getBool(AUTOLINK_SUPPORT) |
int | m_sectionLevel = -1 |
Definition at line 22 of file docoptions.h.
|
inline |
Definition at line 32 of file docoptions.h.
References m_autolinkSupport.
Referenced by validatingParseDoc().
|
inline |
Definition at line 28 of file docoptions.h.
References m_exampleName.
Referenced by validatingParseDoc().
|
inline |
Definition at line 26 of file docoptions.h.
References m_indexWords.
Referenced by validatingParseDoc().
|
inline |
Definition at line 27 of file docoptions.h.
References m_isExample.
Referenced by validatingParseDoc().
|
inline |
Definition at line 30 of file docoptions.h.
References m_linkFromIndex.
Referenced by validatingParseDoc().
|
inline |
Definition at line 31 of file docoptions.h.
References m_markdownSupport.
Referenced by validatingParseDoc().
|
inline |
Definition at line 33 of file docoptions.h.
References m_sectionLevel.
Referenced by OutputList::generateDoc().
|
inline |
Select if the input need to perform auto linking of words.
Definition at line 60 of file docoptions.h.
References m_autolinkSupport.
|
inline |
Associate this comment block with a given example.
Definition at line 42 of file docoptions.h.
References QCString::isEmpty(), m_exampleName, and m_isExample.
|
inline |
Indicates whether or not words should be put in the search index.
Definition at line 38 of file docoptions.h.
References m_indexWords.
|
inline |
Select if the documentation is generated from an index page.
In this case context is not used to determine the relative path when making a link.
Definition at line 52 of file docoptions.h.
References m_linkFromIndex.
|
inline |
Select if the input needs to take markdown markup into account.
Definition at line 56 of file docoptions.h.
References m_markdownSupport.
|
inline |
Restrict output up to the given section level.
Definition at line 64 of file docoptions.h.
References m_sectionLevel.
|
inline |
Select if this is for a single line, so without starting a new paragraph at the end.
Definition at line 46 of file docoptions.h.
References m_singleLine.
|
inline |
Definition at line 29 of file docoptions.h.
References m_singleLine.
Referenced by validatingParseDoc().
|
private |
Definition at line 75 of file docoptions.h.
Referenced by autolinkSupport(), and setAutolinkSupport().
|
private |
Definition at line 71 of file docoptions.h.
Referenced by exampleName(), and setExample().
|
private |
Definition at line 69 of file docoptions.h.
Referenced by indexWords(), and setIndexWords().
|
private |
Definition at line 70 of file docoptions.h.
Referenced by isExample(), and setExample().
|
private |
Definition at line 73 of file docoptions.h.
Referenced by linkFromIndex(), and setLinkFromIndex().
|
private |
Definition at line 74 of file docoptions.h.
Referenced by markdownSupport(), and setMarkdownSupport().
|
private |
Definition at line 76 of file docoptions.h.
Referenced by sectionLevel(), and setSectionLevel().
|
private |
Definition at line 72 of file docoptions.h.
Referenced by setSingleLine(), and singleLine().