Add comments
Change-Id: I85f13d7f115a900ffdbc9411d56bf829619288ae Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/30160 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
f2b8b6e873
commit
5afb002aa4
|
@ -30,7 +30,9 @@ namespace inspector {
|
||||||
struct EntryPoint {
|
struct EntryPoint {
|
||||||
/// Constructors
|
/// Constructors
|
||||||
EntryPoint();
|
EntryPoint();
|
||||||
|
/// Copy Constructor
|
||||||
EntryPoint(EntryPoint&);
|
EntryPoint(EntryPoint&);
|
||||||
|
/// Move Constructor
|
||||||
EntryPoint(EntryPoint&&);
|
EntryPoint(EntryPoint&&);
|
||||||
~EntryPoint();
|
~EntryPoint();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue