chm

Undocumented functions should not be viewable/displayed in the list - Issue document only for documented entities

半城伤御伤魂 提交于 2019-12-12 05:38:40
问题 class EXAMPLE{ public func1() private func2() func3() } I have checked for documented entities only. I have documentation for func1 and func3 but no documentation for func2. I have EXTRACT_ALL = NO EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = YES EXTRACT_LOCAL_METHODS = NO But after the documentation is generated I still see the signature of func2 without hyperlink. Does anyone know a way to show only those functions explicitly documented? 回答1: You must turn on the EXTRACT

How to control/remove borders of embedded chm help file in delphi windows/vcl application?

ぐ巨炮叔叔 提交于 2019-12-12 04:57:07
问题 I've got a Delphi Windows/VCL (XE7) program that embeds CHM help pages in various panels of the program. This largely works fine but the panels always shows an ugly recessed border (looks very windows 95). Here is a screenshot: Does anyone know how to display the help files with no border? Below is the code I use at the moment. Thanks for any help! Procedure DoShowEmbeddedHelp(TheWinName: string; ThePanel: TPanel; var HelpWinHandle: integer; HelpTopic: string; var LastTopic: string; ByContext

How to open specific topic from a chm file?

巧了我就是萌 提交于 2019-12-12 04:45:15
问题 I have create chm file from chm processor software. By clicking on properties of particular topic I got htm link htm link : mk:@MSITStore:D:\my.chm::/start.htm#_Toc417986991 But when I am trying to open from my c# app its giving error c# code: System.Windows.Forms.Help.ShowHelp(null, @"D:\my.chm", @"mk:@MSITStore:D:\my.chm::/start.htm#_Toc417986991"); When I am running my code and trying to open its giving error "This program cannot display the webpage" Please help me to find solution of this

Allow viewing of CHM files through an application on a shared folder

自作多情 提交于 2019-12-12 02:43:06
问题 Our users want the see CHM help docs through the application by clicking on the help icon (question mark in the application menu). Application is MiniTab. MiniTab application is usually a per workstation install but we want to run the app through network share. When we try to view help through the application, I get a standard Windows Help dialogue but the content is blank. Implementing all of the plethora of registry information from Microsoft with KB 892675 https://support.microsoft.com/en

Call a help file in java application

会有一股神秘感。 提交于 2019-12-12 02:08:38
问题 I just finished my java application. I add a chm help file, but the problem is "how can I open it, how can I get its ? link wherever the machine which the jar file run from". I tried to use the command Runtime.getRuntime().exec("hh.exe myhelpfile.chm"); it works but when I change the machine the link become incorrect, my chm file 回答1: Are you trying to access the file from another machine or the same machine? If accessing the file from same machine then add your .chm file in the classpath.

Help Integration in Qt/C++ Application

为君一笑 提交于 2019-12-12 01:32:47
问题 I am using Qt 4.6 so do C++. I have a User Manual ( .chm ) for my application which has the help required for the users to run the application. Now I want this help to be integrated into my application , so that when the user selects for help from the application, the user manual will be opened with the corresponding help page displayed . In this way I can make use of the already available manual and users will find easy to probe through the document. ( since it is familiar ) The user manual

Can I have interactive SVG image files created with doxygen in CHM files?

馋奶兔 提交于 2019-12-11 19:51:01
问题 I want to use interactive svg image files in my documentation created with doxygen. Opening the html help files in a browser shows no error. When I open the page in windows chm help file viewer I get an error: An error has occurred in the script on this page. Line: 9 Char: 1 Error: "init" is undefined. Code: 0 URL: mk:@MSITStore some_long_address.svg What can I do to use interactive svg image files? 回答1: Please try adding the names of the *.svg files to the [FILES] list in your project (.hhp)

Where to specify topic id in c# windows application

假如想象 提交于 2019-12-11 15:14:45
问题 I am new to C# windows application.I would like to add custom help file using help provider from the toolbar in Microsoft visual studio 2010 for windows application. I can add my help file and that is working fine. I'd like to context-sensitive help and that is working fine with Help.ShowHelp() . In the properties window we have a HelpNavigator property where it has options like .Topic , .TopicId , .AssociateIndex , .TableOfContents , .Index , .Find . I have chosen .TopicId but i am wondering

Wix: How can I point `C:\Windows\hh.exe` as the source of the icon for my CHM-file shortcut?

依然范特西╮ 提交于 2019-12-11 12:56:27
问题 I need to create the shortcut to my CHM-file. Its icon are to be gotten from the C:\Windows\hh.exe file. The Icon attribute requires an Id of component, but hh.exe is absent in my MSI because it always exists in the C:\Windows\ directory. Therefore it will not work: <Component Id="Help_default" Guid="{BE58A822-637E-4B58-B2AC-690BA9FDF833}"> <File Name="ProxyTools.chm" KeyPath="yes"> <Shortcut Id="ProxyTools.exe" Directory="ProgramMenuDir" Name="ProxyTools (English)" WorkingDirectory=

generate chm from doxygen results

六眼飞鱼酱① 提交于 2019-12-11 09:30:12
问题 For some reasons, I would not be long, I can't bring my source code to Windows. I want to generate doxygen and get CHM file too. so I generated doxygen on Linux, now I what to know can I copy the html files to linux and generate the chm file , I rather using doxygen, but couldn't figure out how to do it only from the html files and not on the source code. Any ideas? 回答1: As I understand you have the source code on Linux and no way to copy to Windows. Please try to generate the HTML files by