7#ifndef PXR_USD_PROFILES_DOC_UTILS_H
8#define PXR_USD_PROFILES_DOC_UTILS_H
13#include "pxr/usd/usdProfiles/api.h"
18PXR_NAMESPACE_OPEN_SCOPE
33 const std::map<std::string, std::string>& styles);
41 const std::map<std::string, std::string>& styles);
48PXR_NAMESPACE_CLOSE_SCOPE
USDPROFILES_API std::string UsdProfilesMermaid(const std::map< std::string, std::string > &styles)
Mermaid graph LR representation of the capability DAG.
USDPROFILES_API std::string UsdProfilesMarkdown()
Markdown report of all capabilities and profiles in the registry, grouped by subgraph tag.
USDPROFILES_API std::string UsdProfilesDot()
Graphviz DOT representation of the capability DAG.