Formatter for information gathered from ctags.
More...
#include <ctagsformatter.h>
|
|
std::string | inputFile |
| | the input file name
|
|
std::string | inputFileName |
| | the input file name (without path)
|
|
std::string | outputFile |
| | the output file name
|
|
std::string | outputFileExtension |
| | the output file name extension
|
|
PreFormatter * | preFormatter |
| | the preformatter
|
|
TextStyles::RefTextStyle | refstyle |
| | for actually formatting anchors and references
|
|
CTagsCollector * | ctagsCollector |
| | collect information about the tags
|
Formatter for information gathered from ctags.
◆ formatCTags()
Formats an anchor or references concerning the passed word.
- Parameters
-
| word | |
| result | where formatting results will be stored |
| params | additional parameters for the formatter |
- Returns
- true if some ctags about the word were found and formatted
◆ setFileInfo()
| void srchilite::CTagsFormatter::setFileInfo |
( |
const std::string & | input, |
|
|
const std::string & | output ) |
Sets the information about input file and output file.
- Parameters
-
| input | input file (with path) |
| output | output file (with path) |
The documentation for this class was generated from the following files:
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/ctagsformatter.h
- /cygdrive/d/a/scallywag/source-highlight/source-highlight-3.1.9-1.x86_64/src/source-highlight-3.1.9/lib/srchilite/ctagsformatter.cpp