I have set EXTRACT_PRIVATE = YES, and I am seeing the private functions in the HTML files, but not in the XML. Is this a design limitation?
Solved: in the XML files, I'm looking for kind="function" and kind="class", but Doxygen is putting out kind="slot" for Qt private slots: declarations.
kind="function"
kind="class"
kind="slot"
Log in to post a comment.
I have set EXTRACT_PRIVATE = YES, and I am seeing the private functions in the HTML files, but not in the XML. Is this a design limitation?
Solved: in the XML files, I'm looking for
kind="function"
andkind="class"
, but Doxygen is putting outkind="slot"
for Qt private slots: declarations.Last edit: Pierre Clouthier 2023-01-31