affeldt-aist / coq2html

An HTML documentation generator for Coq source files
GNU General Public License v2.0
1 stars 3 forks source link

feat: introduce `-title` option for the title of index.html #24

Closed yoshihiro503 closed 7 months ago

yoshihiro503 commented 8 months ago

fix #6

A new command line -title are introduced for the title of the index.html. If the is not specified, the directory name is chosed as the title.

issue