sphinxcontrib-dotnetdomain icon indicating copy to clipboard operation
sphinxcontrib-dotnetdomain copied to clipboard

Consistent display order for the different type of type members

Open danroth27 opened this issue 9 years ago • 1 comments

Generally, I would expect to see type members listed roughly in this order:

  • constructors
  • properties
  • methods
  • fields
  • operators
  • indexers
  • events

Currently the order seems to change from build to build. Sometime constructors are last. Sometimes constructors are in the middle:

image

The order should make sense and be consistent.

danroth27 avatar Dec 11 '15 06:12 danroth27

+1, we need to do a second pass at the templates, and create a common output format. Currently, the Python templates are minimal, and don't match the style here.

agjohnson avatar Jan 04 '16 22:01 agjohnson