CHM Help File HTML Snippet Content Extractor.
Initially implemented to process
the Revit API CHM
help file
source code HTML
snippets.
What classes of objects are described by the 28282 help files?
- E → event 116
- F → field 4
- M → method 8290
- N → namespace 30
- P → property 12848
- R → root? 1
- T → type 2686
- Overload → overload 603
% sed "s/^.*[\.\:]\(.\)\:.*$/\1/" title_helpid_list.txt | sort | uniq | grep -v Overload
1593f994-fb7b-4b7d-ae1d-1c0ba3337577.htm:Major changes and renovations to the Revit API:1593f994-fb7b-4b7d-ae1d-1c0ba3337577
2db849bc-e193-4919-a96c-cc324cf06f66.htm:Migrating From .NET 4.8 to .NET 8:2db849bc-e193-4919-a96c-cc324cf06f66
E
F
M
N
P
R
T```