|
Doxygen
|
#include <mutex>#include <regex>#include "config.h"#include "doxygen.h"#include "indexlist.h"#include "md5.h"#include "message.h"#include "util.h"#include "dot.h"#include "dotrunner.h"#include "dotgraph.h"#include "dotnode.h"#include "dotfilepatcher.h"#include "fileinfo.h"#include "portable.h"Go to the source code of this file.
Functions | |
| static bool | sameMd5Signature (const QCString &baseName, const QCString &md5) |
| static bool | deliverablesPresent (const QCString &file1, const QCString &file2) |
| static bool | insertMapFile (TextStream &out, const QCString &mapFile, const QCString &relPath, const QCString &mapLabel) |
Variables | |
| std::mutex | g_dotIndexListMutex |
Definition at line 67 of file dotgraph.cpp.
References FileInfo::exists(), QCString::isEmpty(), FileInfo::size(), and QCString::str().
Referenced by DotGraph::prepareDotFile().
|
static |
Definition at line 84 of file dotgraph.cpp.
References DotFilePatcher::convertMapFile(), TextStream::empty(), FileInfo::exists(), FileInfo::size(), QCString::str(), and TextStream::str().
Referenced by DotGraph::generateCode().
Checks if a file "baseName".md5 exists. If so the contents are compared with md5. If equal FALSE is returned. The .md5 is created or updated after successful creation of the output file.
Definition at line 41 of file dotgraph.cpp.
References Portable::openInputStream().
Referenced by DotGraph::prepareDotFile().
| std::mutex g_dotIndexListMutex |
Definition at line 111 of file dotgraph.cpp.
Referenced by DotGraph::writeGraph().