Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14593

qdoc cannnot generate docs for both template and normal functions with the same signature

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Some future release
    • 4.7.0, 5.4.0 Alpha
    • Documentation
    • None

    Description

      Given the following class:

      class Example
      {
      public:
      
          template<typename T>
          int foo(int a);
          int foo(int a);
      };
      

      It is not possible to generate documentation for both functions as they both have the same signature according to qdoc3.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            gbk Martin Smith (Qt)
            amccarth Aaron McCarthy (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes