https://bugs.kde.org/show_bug.cgi?id=442768

            Bug ID: 442768
           Summary: Generated .qch files makes assistant create bogus
                    index entries to tabs.css
           Product: extra-cmake-modules
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: ecm-bugs-n...@kde.org
          Reporter: martin.sandsm...@kde.org
  Target Milestone: ---

I'm not sure if there's something wrong in how the documentation is done in
general, or if it is in how doxygen or qhelpgenerator is invoked by ecm, but I
thought ecm is a good a place to start as any.

Inspecting the assistant cache I count 55 bogus entries from various frameworks
just for QNetworkAccessManager:

sqlite> select COUNT(*) from IndexTable, FileNameTable where Identifier like
'QNetworkAccessManager%' and IndexTable.FileId = FileNameTable.FileId and
FileNameTable.Name = 'tabs.css';
55

The effect is that if you type in for example "QNetworkAccessManager" in the
index tab in assistant, it helpfully asks if you want to view the
QNetworkAccessManager documentation or tabs.css (from KF5KIO.qch).

If I type in "QComboBox" I get 4 different tabs.css suggestions.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to