Skip to content

pashazz/docsgl-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docsgl-qt

installation

Obtain latest version from http://docs.gl/docs.gl.zip

Unpack it to the same directory where docsgl.py resides

in docs.gl.js replace line 81:

$(this).attr("href", "../" + version_directory + "/" + $(this).text());`

to

$(this).attr("href", "../" + version_directory + "/" + $(this).text().trim() + '.html');

The script docsgl.py adds .html extension to HTML files and creates a Qt Help Project file.

creating Qt Help file

qcollectiongenerator docsgl.qhcp

creates a Qt Help file with qch extension. The help file is suited for GLBinding library and intented to be imported into Qt Creator

About

Qt help files created from docs.gl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages