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 193 of file codefragment.cpp.
References FileDef::absFilePath(), AUTO_TRACE, Config_getBool, Config_getList, err, Doxygen::exampleNameLinkedMap, FileInfo::exists(), fileToString(), findFileDef(), Portable::isAbsolutePath(), Portable::pathSeparator(), qPrint(), showFileDefMatches(), and QCString::str().
Referenced by CodeFragmentManager::parseCodeFragment().