My Project
|
#include "memberlist.h"
#include "classlist.h"
#include "filedef.h"
#include "doxygen.h"
#include "memberdef.h"
#include "classdef.h"
#include "namespacedef.h"
#include "util.h"
#include "language.h"
#include "outputlist.h"
#include "dot.h"
#include "message.h"
#include "docparser.h"
#include "searchindex.h"
#include "htags.h"
#include "parserintf.h"
#include "portable.h"
#include "vhdldocgen.h"
#include "debug.h"
#include "layout.h"
#include "entry.h"
#include "groupdef.h"
#include "filename.h"
#include "membergroup.h"
#include "dirdef.h"
#include "config.h"
#include "clangparser.h"
#include "settings.h"
Go to the source code of this file.
Classes | |
class | DevNullCodeDocInterface |
Functions | |
static int | findMatchingPart (const QCString &path, const QCString dir) |
static Directory * | findDirNode (Directory *root, const QCString &name) |
static void | mergeFileDef (Directory *root, FileDef *fd) |
static void | addDirsAsGroups (Directory *root, GroupDef *parent, int level) |
void | generateFileTree () |
static void | getAllIncludeFilesRecursively (QDict< void > *filesVisited, const FileDef *fd, QStrList &incFiles) |
Definition at line 1639 of file filedef.cpp.
References GroupDef::addGroup(), SDict< T >::append(), Directory::children(), DirEntry::Dir, Doxygen::groupSDict, DirEntry::kind(), Definition::makePartOfGroup(), DirEntry::name(), and DirEntry::path().
Referenced by generateFileTree().
Definition at line 1473 of file filedef.cpp.
References Directory::addChild(), Directory::children(), DirEntry::Dir, findMatchingPart(), DirEntry::name(), Directory::rename(), Directory::reParent(), and DirEntry::setLast().
Referenced by mergeFileDef().
|
static |
Definition at line 1450 of file filedef.cpp.
Referenced by findDirNode().
void generateFileTree | ( | ) |
Definition at line 1670 of file filedef.cpp.
References addDirsAsGroups(), Doxygen::inputNameList, mergeFileDef(), and DirEntry::setLast().
|
static |
Definition at line 1894 of file filedef.cpp.
References FileDef::includeFileList().
Definition at line 1548 of file filedef.cpp.
References FileDef::absFilePath(), Directory::addChild(), Directory::children(), and findDirNode().
Referenced by generateFileTree().