Skip to content

Commit

Permalink
Rename files: event-types-XXXevent -> event-XXXevent
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac committed Jun 13, 2024
1 parent deacdeb commit 8d2ff70
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ def process_main_spec():
'architecture',
'event-interfaces',
'event-types',
'event-types-uievent',
'event-types-focusevent',
'event-types-mouseevent',
'event-types-wheelevent',
'event-types-inputevent',
'event-types-keyboardevent',
'event-types-compositionevent',
'event-uievent',
'event-focusevent',
'event-mouseevent',
'event-wheelevent',
'event-inputevent',
'event-keyboardevent',
'event-compositionevent',
'keyboard',
'external-algorithms',
'legacy-event-initializers',
Expand Down
14 changes: 7 additions & 7 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,25 @@ path: sections/event-interfaces.include
path: sections/event-types.include
</pre>
<pre class="include">
path: sections/event-types-uievent.include
path: sections/event-uievent.include
</pre>
<pre class="include">
path: sections/event-types-focusevent.include
path: sections/event-focusevent.include
</pre>
<pre class="include">
path: sections/event-types-mouseevent.include
path: sections/event-mouseevent.include
</pre>
<pre class="include">
path: sections/event-types-wheelevent.include
path: sections/event-wheelevent.include
</pre>
<pre class="include">
path: sections/event-types-inputevent.include
path: sections/event-inputevent.include
</pre>
<pre class="include">
path: sections/event-types-keyboardevent.include
path: sections/event-keyboardevent.include
</pre>
<pre class="include">
path: sections/event-types-compositionevent.include
path: sections/event-compositionevent.include
</pre>
</section>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8d2ff70

Please sign in to comment.