[ https://issues.apache.org/jira/browse/THRIFT-849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902505#action_12902505 ]
Bryan Duxbury commented on THRIFT-849: -------------------------------------- It just seems like it would make it difficult to scan the HTML visually for the class you're looking for. I think of the HTML generator as sort of a language-agnostic javadoc generator. In Javadoc, things are alphabetized regardless of package. The only important thing about the order of struct and service declarations within the IDL is that we have a one-pass compiler. If we didn't have this limitation, then would this change still be suggested? > HTML Generator: sorting of Services and Data Types is wrong within TOC > ---------------------------------------------------------------------- > > Key: THRIFT-849 > URL: https://issues.apache.org/jira/browse/THRIFT-849 > Project: Thrift > Issue Type: Bug > Affects Versions: 0.1, 0.2, 0.3 > Reporter: Roger Meier > Priority: Minor > Attachments: > THRIFT-849_Services_Datatypes_Order__Datatypes_with_Key.patch > > > Sorting of Services and Data Types is alphabetic, instead of the order > defined in thrift IDL file. > In addidtion this patch adds the Key attribute to the Data Types Tables. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.