slint icon indicating copy to clipboard operation
slint copied to clipboard

Extract documentation from .slint files

Open ogoffart opened this issue 4 years ago • 2 comments

We should generate the documentation from the widgets and the builtin elements from the builtins.slint and std-widgets.slint It should be easy to take the parser and make a tool that generate the documentation, in the similar way we parse the builtins.slint file in the compiler.

It should generate markdown as we currently have.

For the rust documentation, it could generate empty struct with these names so they appear in the search box

ogoffart avatar Nov 23 '20 09:11 ogoffart