You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without adding a configuration to sort, which I think is what I understood, what is the order of API output as markdown?
In other words, is it alphabetized?
It appears like it is, but I see it keep resetting. At the top of my file, I have 5 methods, then it starts the alphabet over with a different set for a large number, then I see that it does it again at the bottom.
So it is not based on bringing in a different file.
Also it does not appear to group the methods by file in any way. Writing a node module, I would expect that there would be some sort of grouping related to the source file, if we can "assume" the source file is representing a class or some other meaningful construct.
Sorry, I am fairly new to generating documentation, so just trying to wrap my head around this.
The text was updated successfully, but these errors were encountered:
Yes, it's sorted - here's the file that does the sorting. There may be a defect in that code, or if you have any identically-named methods, JavaScript's sorting isn't always stable, so it could just be JS.
Without adding a configuration to sort, which I think is what I understood, what is the order of API output as markdown?
In other words, is it alphabetized?
It appears like it is, but I see it keep resetting. At the top of my file, I have 5 methods, then it starts the alphabet over with a different set for a large number, then I see that it does it again at the bottom.
So it is not based on bringing in a different file.
Also it does not appear to group the methods by file in any way. Writing a node module, I would expect that there would be some sort of grouping related to the source file, if we can "assume" the source file is representing a class or some other meaningful construct.
Sorry, I am fairly new to generating documentation, so just trying to wrap my head around this.
The text was updated successfully, but these errors were encountered: