annotation_tutorial.gd 181 B

123456
  1. # This annotation should be used within a documentation comment instead:
  2. # ## @tutorial(Title): https://example.com
  3. @tutorial("https://example.com")
  4. const SOME_CONSTANT = "value"