ExcelDnaDoc
ExcelDnaDoc copied to clipboard
Command-line utility to create a compiled HTML Help Workshop file (.chm) for Excel-DNA
-- Edited, reworded because I was mixing up concepts --- Hi, Would you consider changing the types whose public methods are considered applicable for ExcelFunctionDoc etc from GetExportedTypes to GetTypes,...
Hi When I include both ExcelFunction and ExcelFunctionDoc function attributes the doc gen will fail ``` Unhandled Exception: System.Reflection.AmbiguousMatchException: Multiple custom attributes of the same type found. 1> at System.Attribute.GetCustomAttribute(MemberInfo...
Greetings, I'm much impressed by the ExcelDnaDoc functionality in building compiled help files. In particular the fact that help text is embedded in the code, and that creating a chm-file...
Hi, While I do understand this is not the best or proper way to request a code change, but since I'm terrible at git and have never worked with pull...
Similar to Excel-DNA/ExcelDna#188 and Excel-DNA/ExcelDna#193, ExcelDnaDoc relies on PowerShell scripts to install/uninstall which are not supported in projects using PackageReference. ExcelDnaDoc's `install.ps1` basically does two things: 1. Replicates everything that...
To support mixed mode assemblies, the ExcelDnaDoc analyzer is compiled with different target framworks. This needs to be reflected in the NuGet package too. See #15 .
E.G. https://www.mkdocs.org
Would it be difficult to add the ability to create summary descriptions? These would add some context/introduction rather than just the bare function descriptions. Something like: ``` ```