Commit 0c79d9b1 authored by Martin Smith's avatar Martin Smith
Browse files

qdoc: Identify special constructors and assignment ops


This change enables clangqdoc to identify copy constructors,
move-copy constructors, copy-assignment operators and
move-assignment operators. Identifying these special member
functions allows clangqdoc to document them automatically
if the documentation is missing, which also means fewer qdoc
error reports.

Change-Id: Ic50822c2939f0a84e707a1b3ff946bc731a0bd85
Reviewed-by: default avatarTopi Reiniö <topi.reinio@qt.io>
parent 02de17ea
No related merge requests found
Showing with 15 additions and 2 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