clang
15.0.0git
|
#include "clang/ExtractAPI/API.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"
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 | |
clang | |
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.