Skip to main content

#noshow

Ends a comment section that is part of an include file.

Description

This macro preprocessor directive ends a comment section that is part of an include file. It has the form:

#noshow

where #noshow follows a #show directive. It is strongly recommended that every #show have a corresponding #noshow, even when the comment section continues to the end of the file. For an example, see the entry for #show.

FeedbackOpens in a new tab