mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Note about docs in macros
This commit is contained in:
parent
b271028c1e
commit
1d32946760
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ require "./dsl/*"
|
||||||
|
|
||||||
module Spectator
|
module Spectator
|
||||||
# Namespace containing methods representing the spec domain specific language.
|
# Namespace containing methods representing the spec domain specific language.
|
||||||
|
#
|
||||||
|
# Note: Documentation inside macros is kept to a minimuum to reduce generated code.
|
||||||
|
# This also helps keep error traces small.
|
||||||
|
# Documentation only useful for debugging is included in generated code.
|
||||||
module DSL
|
module DSL
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue