-
Notifications
You must be signed in to change notification settings - Fork 82
Bug: Type definition page incorrectly formatted for types with complex members #14
Comments
… root schema. Resolves ept#14
@mphuff Thanks, agree that this is a bug. However I'm afraid your fix is not correct — it makes the Working on a fix now. |
The problem is that at the beginning of |
@ept -- I gotcha...let me know when you've got a fix in place and I'll give it a look over and evaluate it against our large doc project. Thanks. |
@ept -- Any update on when you may get a chance to look into this more? I can try to spend some cycles on it but it sounded like you had an idea of a way to fix this in mind. This is causing us more and more grief day-by-day and I'd like to see if we could get this issue resolved and released. Thanks! |
… root schema. Resolves ept#14
There is a bug when generating the type definition pages that appears to be linked to a type definition having a complex member variable. When outputting these types (DateRange in the attached example), the definition is output numerous times rather than a single time with a list of protocols that define it.
Compare the output of Date and DateRange in the sample.html file from this gist: https://gist.github.com/mphuff/5461540
This Sample.html file was generated from this command: avrodoc ProtoclA.avsc ProtocolB.avsc ProtocolC.avsc --output=Sample.html
The text was updated successfully, but these errors were encountered: