diff options
| author | Simon Tatham <anakin@pobox.com> | 2001-12-06 12:59:37 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2001-12-06 12:59:37 +0000 |
| commit | e695cb0dd19d1cbce0c49a71a913527a227a9e09 (patch) | |
| tree | f83651dcbaed2607c9ff293d542f7e4e7da0b161 /buttress.h | |
| parent | d098f79c9b7dd52c534fed83bb1eb6a3080a03af (diff) | |
| download | halibut-e695cb0dd19d1cbce0c49a71a913527a227a9e09.zip halibut-e695cb0dd19d1cbce0c49a71a913527a227a9e09.tar.gz halibut-e695cb0dd19d1cbce0c49a71a913527a227a9e09.tar.bz2 halibut-e695cb0dd19d1cbce0c49a71a913527a227a9e09.tar.xz | |
Allow the user to specify the Help topic ID string for particular
sections. Useful if another program needs to jump to a particular
topic. (Really we should support the proper CTXOMAP / HELP_WM_HELP
system for doing this, but I don't like numeric IDs; you'd have to
parse a bunch of #defines in order to sensibly synchronise the IDs
between help file and code.)
[originally from svn r1457]
Diffstat (limited to 'buttress.h')
| -rw-r--r-- | buttress.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ enum { err_cantopenw, /* can't open output file for write */ err_macroexists, /* this macro already exists */ err_sectjump, /* jump a heading level, eg \C -> \S */ + err_winhelp_ctxclash, /* WinHelp context ID hash clash */ err_whatever /* random error of another type */ }; |