|
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"#include "filename.h"Go to the source code of this file.
Classes | |
| struct | CodeFragmentManager::Private |
| struct | CodeFragmentManager::Private::BlockMarker |
| struct | CodeFragmentManager::Private::FragmentInfo |
Functions | |
| static DString | readTextFileByName (const DString &file) |
Definition at line 196 of file codefragment.cpp.
References FileDef::absFilePath(), AUTO_TRACE, Config_getBool, Config_getList, detab(), err, Doxygen::exampleNameLinkedMap, FileInfo::exists(), fileToString(), FileNameLinkedMap::findFileDef(), Portable::isAbsolutePath(), Portable::pathSeparator(), and DString::str().
Referenced by CodeFragmentManager::parseCodeFragment().