parent
cd36f8ed0a
commit
aec217fede
|
@ -112,47 +112,47 @@ private:
|
|||
|
||||
|
||||
namespace CppcheckXml {
|
||||
const char ProjectElementName[] = "project";
|
||||
const char ProjectVersionAttrib[] = "version";
|
||||
const char ProjectFileVersion[] = "1";
|
||||
const char BuildDirElementName[] = "builddir";
|
||||
const char ImportProjectElementName[] = "importproject";
|
||||
const char AnalyzeAllVsConfigsElementName[] = "analyze-all-vs-configs";
|
||||
const char IncludeDirElementName[] = "includedir";
|
||||
const char DirElementName[] = "dir";
|
||||
const char DirNameAttrib[] = "name";
|
||||
const char DefinesElementName[] = "defines";
|
||||
const char DefineName[] = "define";
|
||||
const char DefineNameAttrib[] = "name";
|
||||
const char UndefinesElementName[] = "undefines";
|
||||
const char UndefineName[] = "undefine";
|
||||
const char PathsElementName[] = "paths";
|
||||
const char PathName[] = "dir";
|
||||
const char PathNameAttrib[] = "name";
|
||||
const char RootPathName[] = "root";
|
||||
const char RootPathNameAttrib[] = "name";
|
||||
const char IgnoreElementName[] = "ignore";
|
||||
const char IgnorePathName[] = "path";
|
||||
const char IgnorePathNameAttrib[] = "name";
|
||||
const char ExcludeElementName[] = "exclude";
|
||||
const char ExcludePathName[] = "path";
|
||||
const char ExcludePathNameAttrib[] = "name";
|
||||
const char LibrariesElementName[] = "libraries";
|
||||
const char LibraryElementName[] = "library";
|
||||
const char PlatformElementName[] = "platform";
|
||||
const char SuppressionsElementName[] = "suppressions";
|
||||
const char SuppressionElementName[] = "suppression";
|
||||
const char AddonElementName[] = "addon";
|
||||
const char AddonsElementName[] = "addons";
|
||||
const char ToolElementName[] = "tool";
|
||||
const char ToolsElementName[] = "tools";
|
||||
const char TagsElementName[] = "tags";
|
||||
const char TagElementName[] = "tag";
|
||||
const char CheckHeadersElementName[] = "check-headers";
|
||||
const char CheckUnusedTemplatesElementName[] = "check-unused-templates";
|
||||
const char MaxCtuDepthElementName[] = "max-ctu-depth";
|
||||
const char CheckUnknownFunctionReturn[] = "check-unknown-function-return-values";
|
||||
const char Name[] = "name";
|
||||
const char ProjectElementName[] = "project";
|
||||
const char ProjectVersionAttrib[] = "version";
|
||||
const char ProjectFileVersion[] = "1";
|
||||
const char BuildDirElementName[] = "builddir";
|
||||
const char ImportProjectElementName[] = "importproject";
|
||||
const char AnalyzeAllVsConfigsElementName[] = "analyze-all-vs-configs";
|
||||
const char IncludeDirElementName[] = "includedir";
|
||||
const char DirElementName[] = "dir";
|
||||
const char DirNameAttrib[] = "name";
|
||||
const char DefinesElementName[] = "defines";
|
||||
const char DefineName[] = "define";
|
||||
const char DefineNameAttrib[] = "name";
|
||||
const char UndefinesElementName[] = "undefines";
|
||||
const char UndefineName[] = "undefine";
|
||||
const char PathsElementName[] = "paths";
|
||||
const char PathName[] = "dir";
|
||||
const char PathNameAttrib[] = "name";
|
||||
const char RootPathName[] = "root";
|
||||
const char RootPathNameAttrib[] = "name";
|
||||
const char IgnoreElementName[] = "ignore";
|
||||
const char IgnorePathName[] = "path";
|
||||
const char IgnorePathNameAttrib[] = "name";
|
||||
const char ExcludeElementName[] = "exclude";
|
||||
const char ExcludePathName[] = "path";
|
||||
const char ExcludePathNameAttrib[] = "name";
|
||||
const char LibrariesElementName[] = "libraries";
|
||||
const char LibraryElementName[] = "library";
|
||||
const char PlatformElementName[] = "platform";
|
||||
const char SuppressionsElementName[] = "suppressions";
|
||||
const char SuppressionElementName[] = "suppression";
|
||||
const char AddonElementName[] = "addon";
|
||||
const char AddonsElementName[] = "addons";
|
||||
const char ToolElementName[] = "tool";
|
||||
const char ToolsElementName[] = "tools";
|
||||
const char TagsElementName[] = "tags";
|
||||
const char TagElementName[] = "tag";
|
||||
const char CheckHeadersElementName[] = "check-headers";
|
||||
const char CheckUnusedTemplatesElementName[] = "check-unused-templates";
|
||||
const char MaxCtuDepthElementName[] = "max-ctu-depth";
|
||||
const char CheckUnknownFunctionReturn[] = "check-unknown-function-return-values";
|
||||
const char Name[] = "name";
|
||||
}
|
||||
|
||||
/// @}
|
||||
|
|
Loading…
Reference in New Issue