X-Git-Url: https://git.r.bdr.sh/rbdr/api-notation.vim/blobdiff_plain/ff11ecc1ac84459c448430ce843741d20b70057f..b6f0708fb9f009b7051db514423e9ebf86bc9af4:/example-syntax.api?ds=sidebyside 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 )