diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-20 09:59:54 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-20 09:59:54 (GMT) |
commit | 387db114cf09e60b43b13c36c83ef8cf07ee6553 (patch) | |
tree | 9a34ca5d31938914ddcaa88b1a4bfb93bbdf8985 /.commit-template | |
parent | af3c291928dc9e5fd50424c1cdda0a53be27136e (diff) | |
download | Qt-387db114cf09e60b43b13c36c83ef8cf07ee6553.zip Qt-387db114cf09e60b43b13c36c83ef8cf07ee6553.tar.gz Qt-387db114cf09e60b43b13c36c83ef8cf07ee6553.tar.bz2 |
qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdoc
The .mm file is not read by qdoc for packages other than for the MAC.
This problem is overcome by moving the qdoc comments from the .mm file
to a .qdoc file in doc/src, because all these files are read by qdoc
for each of the packages.
#Task-number: 252566
Diffstat (limited to '.commit-template')
-rw-r--r-- | .commit-template | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/.commit-template b/.commit-template index 589ca89..171b67b 100644 --- a/.commit-template +++ b/.commit-template @@ -1,10 +1,8 @@ -# ===[ Subject ]==========[ one line, please wrap at 72 characters ]===| +qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdoc -# ---[ Details ]---------[ remember extra blank line after subject ]---| +The .mm file is not read by qdoc for packages other than for the MAC. +This problem is overcome by moving the qdoc comments from the .mm file +to a .qdoc file in doc/src, because all these files are read by qdoc +for each of the packages. -# ---[ Fields ]-----------------[ uncomment and edit as applicable ]---| - -#Task-number: -#Reviewed-by: - -# ==================================[ please wrap at 72 characters ]===| +#Task-number: 252566 |