Commit a2892ad1 authored by Martin Smith's avatar Martin Smith Committed by The Qt Project
Browse files

qdoc: Config class keeps track of current path


The Config class is modified to build a single
multimap containing a record for each variable
found in each .qdocconf file. Each reacord
contains not only the name and value of the
variable, but also its location in the qdocconf
file it was read from and the path to that file.
This single multimap replaces 3 maps in the
Config class.

Task-number: QTBUG-30725
Change-Id: I049a69790f943b24c014a24b55b2b39725a1b56f
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
parent 542e3be4
Branches
Tags
No related merge requests found
Showing with 221 additions and 180 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment