Commit 4e10f354 authored by Topi Reinio's avatar Topi Reinio Committed by Topi Reiniö
Browse files

Doc: Set empty module header for the documentation project


This prevents a QDoc Clang C++ parser warning about a missing header.

Change-Id: Id14b17de72488a12108b583ed0673d0451ff5e15
Reviewed-by: default avatarMartin Smith <martin.smith@qt.io>
parent f878323a
No related merge requests found
Showing with 3 additions and 0 deletions
......@@ -5,6 +5,9 @@ project = QtImageFormats
description = Qt Image Formats Documentation
version = $QT_VERSION
# Instruct Clang to not look for a module header
moduleheader =
# Directories in which to search for files to document.
# Paths are relative to the location of this file.
# exampledirs += ../examples
......
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