In the process of debugging an auto-link issue, I noticed some behavior that looks questionable.
When documenting a number of functions or classes in a given module, it appears the generate() method of the documenter (and therefore the auto-linking code) is called for the module for every single class and function. This means the documentation for the module is processed many, many times.
In the process of debugging an auto-link issue, I noticed some behavior that looks questionable.
When documenting a number of functions or classes in a given module, it appears the
generate()
method of the documenter (and therefore the auto-linking code) is called for the module for every single class and function. This means the documentation for the module is processed many, many times.Is this a bug?