maximos / maximus-web

BlitzMax module manager (website) - API docs at http://maximos.github.io/maximus-web - This project has been abandoned.
MIT License
25 stars 4 forks source link

Fetch module description from source file #103

Closed Htbaa closed 12 years ago

Htbaa commented 13 years ago

The main source file usually contains a Rem-block before the definition of the module name. Could take the contents out of that to fill in a description name if it's missing.

Also seen modules that used ModuleInfo "Description: foo bar". Can extract a description out of that as well.

Htbaa commented 12 years ago

Still need to fetch description from Rem block.