Skip to content

Qt Compressed Help (.qch) generator for D library reference

Notifications You must be signed in to change notification settings

Groterik/dlang-qch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

Qt Compressed Help (.qch) generator tools for D library reference.

Create .qch file

  1. Generate htmls docs using .sh script: bash generate_html.sh -d <phobos-dir> -o <output-html-dir>
  2. Generate .qhp file using .d script: rdmd generate_qhp.d -i <html-dir> -o <output-qhp-path>
  3. Create .qch file using Qt Help Generator: qhelpgenerator <qhp-path> -o <qch-path>

Using .qch file in Qt Creator

Just go to Options -> Help -> Documentation and add the generated .qch file in order to enable the documentation in Help mode.

About

Qt Compressed Help (.qch) generator for D library reference

Resources

Stars

Watchers

Forks

Packages

No packages published