Doxygen
|
#include <sstream>
#include "config.h"
#include "doxygen.h"
#include "index.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"
宏定义 | |
#define | MAP_CMD "cmapx" |
函数 | |
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) |
#define MAP_CMD "cmapx" |
在文件 dotgraph.cpp 第 32 行定义.
在文件 dotgraph.cpp 第 67 行定义.
引用了 FileInfo::exists(), QCString::isEmpty(), FileInfo::size() , 以及 QCString::str().
被这些函数引用 DotGraph::prepareDotFile().
|
static |
在文件 dotgraph.cpp 第 84 行定义.
引用了 DotFilePatcher::convertMapFile(), TextStream::empty(), FileInfo::exists(), FileInfo::size(), TextStream::str() , 以及 QCString::str().
被这些函数引用 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.
在文件 dotgraph.cpp 第 41 行定义.
引用了 QCString::str().
被这些函数引用 DotGraph::prepareDotFile().