X-Git-Url: https://git.r.bdr.sh/rbdr/api-notation.vim/blobdiff_plain/ff11ecc1ac84459c448430ce843741d20b70057f..db91656c9723649ea7f2b9f9e5b48a938fe2f006:/example-syntax.api diff --git a/example-syntax.api b/example-syntax.api index 670be57..8c52870 100644 --- a/example-syntax.api +++ b/example-syntax.api @@ -1,4 +1,4 @@ -HypotheticalModule +HypotheticalModule +staticProperty +anotherStaticProperty ::toggleAnotherStaticProperty() @@ -8,8 +8,10 @@ HypotheticalModule #instanceMethodSync([optionalParameter]) => resultOfCall #instanceMethodAsync(someValue , [callback] ) ->(error , result ) + +// Comment EventHypotheticalClass - +>AnotherClass<+staticEventToListen(eventData ) + +>AnotherClass<+staticEventToListen(eventData ) // More Comments <+staticEventDispatched(someData ) ~>listenedSocketEvent(eventData ) <~dispatchedSocketEvent(eventData )