File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
- project='LDoc'
2
- title='LDoc documentation'
3
- description='A Lua documentation tool'
4
- format='discount'
5
- file='ldoc.lua'
6
- dir='out'
7
- readme='docs /doc.md'
1
+ project='LDoc'
2
+ title='LDoc documentation'
3
+ description='A Lua documentation tool'
4
+ format='discount'
5
+ file='ldoc.lua'
6
+ dir='out'
7
+ readme='doc /doc.md'
Original file line number Diff line number Diff line change
1
+ project='LDoc'
2
+ title='LDoc documentation'
3
+ description='A Lua documentation tool'
4
+ format='discount'
5
+ file='../ldoc.lua'
6
+ dir='../out'
7
+ readme='doc.md'
File renamed without changes.
Original file line number Diff line number Diff line change 301
301
if type (source_dir ) == ' string' and path .isfile (source_dir ) then
302
302
source_dir = path .splitpath (source_dir )
303
303
end
304
+ source_dir = source_dir :gsub (' [/\\ ]%.$' ,' ' )
304
305
305
306
---- ------ specifying the package for inferring module names --------
306
307
-- If you use module(...), or forget to explicitly use @module, then
You can’t perform that action at this time.
0 commit comments