Menu

Parsing Messages

Help
klatham
2007-11-27
2012-07-18
  • klatham

    klatham - 2007-11-27

    During the Parsing phase, I sometimes get the following messages:

    Null Tagged DocTemplate [Identifier]
    Null Tagged DocTemplate [Function heading]

    This does not happen for all unit files.

    Can you tell me what these messages mean? Should I be trying to eliminate them?

    Thanks in advance

     
    • TridenT

      TridenT - 2007-12-03

      Ok, i've found in my source files that when I have a metaclass definition (TMyClass = class of TbaseClass), the debug will say :

      Null Tagged DocTemplate [Identifier]

      it's a first investigation.
      Hope this will help a little !

      I will continue to improve the warnings.

       
    • TridenT

      TridenT - 2007-11-27

      These are for the moment mainly debug warnings, I should add more informations about this.
      For the details, it tells you that it founds a TAG but not linked to Unit, Function, Constructor, Destructor, Procedure, Identifier, Property ... so no documentation about this !

       
    • klatham

      klatham - 2007-11-27

      Ummm, OK. Does that mean I've tagged an unsupported language element, or that there is a tag hanging in limbo? Or both; or either?

       
      • TridenT

        TridenT - 2007-11-27

        >I've tagged an unsupported language element
        yep, maybe.

        I need to improve this detection :o)

         

Log in to post a comment.