mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
doc: sort commands by plugins in auto-generated files
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -565,7 +565,7 @@ class AutogenDoc():
|
||||
|
||||
def _write_user_commands(self, commands):
|
||||
"""Write commands."""
|
||||
for plugin in commands:
|
||||
for plugin in sorted(commands):
|
||||
self.write()
|
||||
self.write(f'// tag::{plugin}_commands[]')
|
||||
for i, command in enumerate(sorted(commands[plugin])):
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user