version number bump plus documented changes

This commit is contained in:
eruber 2018-08-20 12:42:06 -07:00
parent 6d5f23ae62
commit 91e9df1f1c
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
## Version 1.4.6-u_dev
This version is a fork of Steve Donovan's LDoc that:
- Fixes [issue 301](https://github.com/stevedonovan/LDoc/issues/301 "Source code links wiht add_language_extension() are incorrect.")
- Adds the following tags:
- **@contributor** Someone's Name
- **@curator** SomeOne's Name
Both of the above tags are processed similar to the **@author** tag
## Version 1.4.4
### Features

View File

@ -571,6 +571,7 @@ if ldoc.prettify_files then
local files = List()
local linemap = {}
for F in file_list:iter() do
print("Pretty Print file: ", F.filename)
files:append(F.filename)
local mod = F.modules[1]
local ls = List()