Skip to main content

The DocWord Class Reference

Node representing a word. More...

Declaration

class DocWord { ... }

Included Headers

#include <src/docnode.h>

Base class

classDocNode

Abstract node interface with type information. More...

Public Constructors Index

DocWord (DocParser *parser, DocNodeVariant *parent, const QCString &word)

Public Member Functions Index

QCStringword () const

Private Member Attributes Index

QCStringm_word

Description

Node representing a word.

Definition at line 152 of file docnode.h.

Public Constructors

DocWord()

DocWord::DocWord (DocParser * parser, DocNodeVariant * parent, const QCString & word)

Declaration at line 155 of file docnode.h, definition at line 180 of file docnode.cpp.

182{
183 //printf("new word %s url=%s\n",qPrint(word),qPrint(parser->context.searchUrl));
184 if (Doxygen::searchIndex.enabled() && !parser->context.searchUrl.isEmpty())
185 {
186 Doxygen::searchIndex.addWord(word,false);
187 }
188}

References DocNode::DocNode, m_word, DocNode::parent, DocNode::parser, Doxygen::searchIndex and word.

Private Member Attributes

m_word

QCString DocWord::m_word

Definition at line 159 of file docnode.h.

Referenced by DocWord and word.


The documentation for this class was generated from the following files:


Generated via doxygen2docusaurus by Doxygen 1.14.0.