We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822391 commit 8d92e91Copy full SHA for 8d92e91
lib/mix/tasks/docs.ex
@@ -402,8 +402,9 @@ defmodule Mix.Tasks.Docs do
402
* First, groups defined as `@moduledoc groups: [...]` in the given order.
403
* Then groups defined as keys in the `:groups_for_docs` configuration.
404
* Then default groups: Types, Callbacks and Functions.
405
- * Finally, other groups returned by `:default_group_for_doc` by order of
406
- appearance of their belonging elements.
+ * Finally, other groups returned by `:default_group_for_doc` by alphabetical
+ order of their belonging elements (first function in alphabetical order defines
407
+ its group).
408
409
## Meta-tags configuration
410
0 commit comments