clang 17.0.0git
|
This file defines the SymbolGraphSerializer class. More...
#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/APIIgnoresList.h"
#include "clang/ExtractAPI/Serialization/SerializerBase.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Go to the source code of this file.
Classes | |
class | clang::extractapi::SymbolGraphSerializer |
The serializer that organizes API information in the Symbol Graph format. More... | |
Namespaces | |
namespace | clang |
namespace | clang::extractapi |
This file defines the SymbolGraphSerializer class.
Implement an APISerializer for the Symbol Graph format for ExtractAPI. See https://github.com/apple/swift-docc-symbolkit.
Definition in file SymbolGraphSerializer.h.