Skip to content

Commit eb7934f

Browse files
envpazeemba
authored andcommitted
Add documentation for clangmetatool::IncludeGraphDependencies
Signed-off-by: Vaibhav Yenamandra <vyenamandra@bloomberg.net>
1 parent 9160171 commit eb7934f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/clangmetatool/include_graph_dependencies.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
#include <clangmetatool/collectors/include_graph_data.h>
55

66
namespace clangmetatool {
7+
8+
/**
9+
* Collect stateless functions to query and and modify the state of
10+
* dependencies of a given `clangmetatool::IncludeGraphData` structure.
11+
*/
712
struct IncludeGraphDependencies {
813
/**
914
* Decrement the reference count tracked for this edge, notifying the caller

0 commit comments

Comments
 (0)