https://bugzilla.wikimedia.org/show_bug.cgi?id=38492

       Web browser: ---
             Bug #: 38492
           Summary: doxygen: workaround faulty @var
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Doxygen has a bug (https://bugzilla.gnome.org/626105) which prevents it from
finding the variable when using /** @var Type */ comments.

Example:

 /**
  * @var Title
  */
 protected $mTitle;

Doxygen will fail to see that $mTitle is a Title object.

A workaround is to use an input filter as described in
http://stackoverflow.com/a/8472180/276152

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to