fslaborg / flips

Fsharp LInear Programming System
https://flipslibrary.com/#/
MIT License
251 stars 32 forks source link

fix as many invalid docs as possible right now, and turn on docs checking for the future #135

Closed baronfel closed 3 years ago

baronfel commented 3 years ago

Based on our chat on slack today, here's as much as can be done this very second to make your docs correct.

The main functional issues were around the use of ' in names, which apparently is a bad thing. After that there were some parameter mismatch issues, and some escaping issues as well.

I've cleaned up everything I could, but during this actually found two issues with the compilers' parameter-completeness checking for xml docs. I've submitted this issue here for followup.