Home
last modified time | relevance | path

Searched refs:stripExtensionGeneral (Results 1 – 8 of 8) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dtooltip.cpp74 id = stripExtensionGeneral(id,currentExtension) + escapeId(currentExtension); in addTooltip()
H A Dutil.h312 QCString stripExtensionGeneral(const QCString &fName, const QCString &ext);
H A Dlatexgen.cpp190 lineAnchor.prepend(stripExtensionGeneral(m_sourceFileName, ".tex")); in writeLineNumber()
571 result += stripExtensionGeneral(fi.fileName().c_str(), LATEX_STYLE_EXTENSION); in extraLatexStyleSheet()
H A Ddocbookgen.cpp175 m_t << "<anchor xml:id=\"_" << stripExtensionGeneral(stripPath(file),".xml"); in writeCodeLinkLine()
H A Drtfgen.cpp2690 lineAnchor.prepend(stripExtensionGeneral(stripPath(m_sourceFileName), ".rtf")); in writeLineNumber()
H A Dtagreader.cpp1519 …bool isIndex = (stripExtensionGeneral(tpi->filename,getFileNameExtension(tpi->filename))=="index"); in buildLists()
H A Dutil.cpp5290 QCString stripExtensionGeneral(const QCString &fName, const QCString &ext) in stripExtensionGeneral() function
5302 return stripExtensionGeneral(fName, Doxygen::htmlFileExtension); in stripExtension()
H A Dmarkdown.cpp3485 QCString titleFn = stripExtensionGeneral(fn,getFileNameExtension(fn)); in parseInput()