Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This class handles the generation of the QDoc tag files. More...
#include <tagfilewriter.h>
Public Member Functions | |
TagFileWriter () | |
Default constructor. | |
~TagFileWriter ()=default | |
void | generateTagFile (const QString &fileName, Generator *generator) |
Writes a tag file named fileName. | |
This class handles the generation of the QDoc tag files.
Definition at line 15 of file tagfilewriter.h.
TagFileWriter::TagFileWriter | ( | ) |
Default constructor.
qdb is the pointer to the qdoc database that is used when reading and writing the index files.
Definition at line 31 of file tagfilewriter.cpp.
|
default |
Writes a tag file named fileName.
Definition at line 280 of file tagfilewriter.cpp.
References Location::Location().