[Issue 4107] New: Duplicate documentation for member function templates

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 21 02:27:43 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4107

           Summary: Duplicate documentation for member function templates
           Product: D
           Version: 2.041
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bugzilla at kyllingen.net


--- Comment #0 from Lars T. Kyllingstad <bugzilla at kyllingen.net> 2010-04-21 02:27:12 PDT ---
Created an attachment (id=611)
DDoc output

When a templated class/struct contains a member function template, the
documentation for the latter is printed twice in the resulting HTML file; once
for the template and once for the function.

  /// struct doc
  struct Bug4107(T)
  {
      /// templated function doc
      void foo(U)(U u) { }
  }

I've attached the HTML file generated by DDoc.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list