Re: Entity Modeler javadoc

From: Pierce T. Wetter III (pierc..winforces.com)
Date: Thu Nov 15 2007 - 15:39:35 EST

  • Next message: Mike Schrag: "Re: Entity Modeler stuck"

    On Nov 15, 2007, at 9:19 AM, Kieran Kelleher wrote:

    > Just FYI,
    >
    > If you examine the plist structure to see how Entity Modeler docs
    > are added to the entities and attributes, you can easily have the
    > docs added as javadoc to the autogenerated superclass files by
    > adding template variables like this:
    >
    > /**
    > <$Attribute.userInfo._EntityModeler.documentation$>
    > */
    >
    > Thanks for the docs integration in the GUI Mike ...... I used to add
    > my own userInfo for docs before, but this is much cleaner and it is
    > a standard that teams can use to document their models.

      This is a cool tip, though the EOGenerator that is built into WOLips
    doesn't quite work with the tip unfortunately. If I put in:

         /**
                 ${attribute.userInfo._EntityModeler.documentation}
         */

        I get an error, because the parser is expecting a ., not a ._.

        Though I think:

    #if (${attribute.userInfo._EntityModeler.documentation})
         /**
                 ${attribute.userInfo._EntityModeler.documentation}
         */
    #end

    Would be better...
      
      



    This archive was generated by hypermail 2.0.0 : Thu Nov 15 2007 - 15:42:28 EST