diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-06-10 09:28:22 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-06-10 09:28:22 (GMT) |
commit | f397aa6aa3e425c97c7bff085ea1aff7b479d7e8 (patch) | |
tree | 6709ddc7b1764dc3b20bbac7eb36c05edcc91e03 /src/htmlhelp.h | |
parent | ca357c82ca852382fd058698eab646409a015fc1 (diff) | |
download | Doxygen-f397aa6aa3e425c97c7bff085ea1aff7b479d7e8.zip Doxygen-f397aa6aa3e425c97c7bff085ea1aff7b479d7e8.tar.gz Doxygen-f397aa6aa3e425c97c7bff085ea1aff7b479d7e8.tar.bz2 |
Release-1.8.1.1
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index 669dd24..524f8f1 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -30,7 +30,8 @@ class QFile; class Definition; class HtmlHelpIndex; -/*! A class that generated the HTML Help specific files. +/** A class that generated the HTML Help specific files. + * * These files can be used with the Microsoft HTML Help workshop * to generate compressed HTML files (.chm). */ |