18.11.6 Producing a list of aliases and associated topic titles

To direct DITA2Go to prepare a list of all the CSH IDs used in your document, along with the titles (not the file names) of the topics in which each was found:

[MSHtmlHelpOptions]
; AliasTitle = No (default) or Yes (generate .hht file with titles
; for all topics containing CSH aliases, like the .hha but with titles
; not filenames)
AliasTitle = Yes

When AliasTitle=Yes, DITA2Go writes to the project directory a file named MyDoc.hht, where MyDoc is the name of your HTML Help project. Each line in the .hht file contains an ID followed by the title of its topic. For example:

IDH_ChooseProject "Setting up a DITA2Go project"
IDH_Export "Converting documents"

Previous Topic:  18.11.5 Understanding alias-file entries

Next Topic:  18.12 Generating HTML Help in non-Western languages

Parent Topic:  18.11 Setting up CSH for HTML Help

Sibling Topics:

18.11.1 Inserting CSH destinations in your document

18.11.2 Determining whether you need map and alias files

18.11.3 Specifying and generating a map file for CSH links

18.11.4 Creating an alias file for CSH links

18.11.5 Understanding alias-file entries