Skip to content

Comments

Since 2.15.0, prefix a line with //// to comment it out:

!include(my-first-part.sdf)

//// !include(not-include.sdf)

!include(another-include.sdf)