Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_1_378) is shown here.
compile_project()
public
Invoke the windows help compiler to compiler the project
# File lib/rdoc/generator/chm.rb, line 108
def compile_project
system(HHC_PATH, @project_name)
end