|
Doxygen
|
#include <mutex>#include <unordered_map>#include <map>#include "codefragment.h"#include "util.h"#include "doxygen.h"#include "parserintf.h"#include "outputlist.h"#include "clangparser.h"#include "trace.h"#include "fileinfo.h"#include "filedef.h"#include "portable.h"#include "message.h"Go to the source code of this file.
Classes | |
| struct | CodeFragmentManager::Private |
| struct | CodeFragmentManager::Private::BlockMarker |
| struct | CodeFragmentManager::Private::FragmentInfo |
Functions | |
| static QCString | readTextFileByName (const QCString &file) |
Definition at line 195 of file codefragment.cpp.
References FileDef::absFilePath(), AUTO_TRACE, Config_getBool, Config_getList, detab(), err, Doxygen::exampleNameLinkedMap, FileInfo::exists(), fileToString(), findFileDef(), Portable::isAbsolutePath(), Portable::pathSeparator(), showFileDefMatches(), and QCString::str().
Referenced by CodeFragmentManager::parseCodeFragment().