Skip to content

Commit c1904b4

Browse files
authored
Add option for const qualifiers
1 parent 1a99720 commit c1904b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ <h2 class="content-subhead">Generator</h2>
9090
<input type="checkbox" id="use_non_member_procedures" name="use_non_member_procedures" />
9191
use_non_member_procedures
9292
</label>
93+
94+
<label class="pure-checkbox" for="no_const">
95+
<input type="checkbox" id="no_const" name="no_const" />
96+
no_const
97+
</label>
9398
</fieldset>
9499
</div>
95100

0 commit comments

Comments
 (0)