bsloane1650 commented on a change in pull request #207: Added support for enumerations and TypeValueCalc URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r276832327
########## File path: daffodil-lib/src/main/scala/org/apache/daffodil/api/DaffodilTunables.scala ########## @@ -72,6 +72,20 @@ case class DaffodilTunables( // val requireBitOrderProperty: Boolean = false, // + // If true, require that the choiceDispatchKeyKind property is specified. If false, use a Review comment: Per Mike's email to me, these are class parameters, not normal fields. Since these are not part of an external API, it is not worth the added maintance effort to maintain proper scala docs, so we are leaving them as is. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
