Commit Graph

305 Commits

Author SHA1 Message Date
Steve Donovan 7bed1fa826 issue #191 strip left spaces from usage code 2016-06-27 16:25:56 +02:00
Steve Donovan c9b6483d6d issue #240 blank line after comment at end of code block. Crash with fenced block at end of document fixed 2016-06-27 15:27:15 +02:00
Steve Donovan 9f259c59be issue #227: don't force all <li> to have 'disc' style 2016-06-27 12:40:53 +02:00
Steve Donovan dadad3f737 moonscript fat arrow and auto-assign ctor support 2016-06-27 11:48:35 +02:00
Steve Donovan ff60cbd7aa Modules may return a single _function_ (see tests/funmod.lua) 2016-06-27 11:06:29 +02:00
Steve Donovan ebdbf7d0e3 issue #213: --fatalwarnings now also works with parser errors 2016-06-27 10:13:23 +02:00
steve donovan be85db6234 explicit warnings if we cannot deduce item from following code 2016-06-26 19:24:03 +02:00
steve donovan 8a21d4405b fixing up built-in global definitions for 'ldoc -m global' 2016-06-26 19:22:58 +02:00
Steve Donovan 1bcd76e307 new flag: -N,--no_args_infer don't infer arguments from source 2016-06-24 15:53:15 +02:00
Steve Donovan ff0eebceb2 prettier output for ldoc -m if not Windows 2016-06-24 15:51:38 +02:00
Steve Donovan f3e5a5a576 Windows line endings led to wrong section names in Markdown documents 2016-06-21 12:26:36 -04:00
steve donovan 3d31f32b93 --testing: version and date does not change. Bump to 1.4.4 2016-06-20 19:32:46 +02:00
steve donovan f09d617005 always write output with lf line endings 2016-06-20 18:50:07 +02:00
steve donovan 4fbb2aca79 update docs to Lua 5.2/5.3 2016-06-19 12:36:54 +02:00
Steve J Donovan edba959b1b Merge pull request #237 from Alloyed/fix-dumping-objects
Fix logic error when dumping non-function objects
2016-06-19 11:18:47 +02:00
Steve J Donovan dd44ad1ef5 Merge pull request #236 from catwell/pull-1
Support Lua 5.3
2016-06-19 11:17:19 +02:00
Steve J Donovan 44efb79923 Merge pull request #234 from istr/discount-compat
Support both available flavors of discount.
2016-06-19 11:13:54 +02:00
Steve J Donovan 0d9768e86d Merge pull request #223 from thehunmonkgroup/custom-css-config
add custom_css configuration param
2016-06-18 17:38:39 +02:00
Steve J Donovan 2b99730d18 Merge pull request #231 from nebularg/fix_within
Fix @within
2016-06-18 17:33:46 +02:00
Steve J Donovan 5e2f665a49 Merge pull request #222 from th-we/fix-dup-return
Avoid return documentation slipping into preceding function documenation
2016-06-18 17:31:20 +02:00
Steve J Donovan e19b9d5e02 Merge pull request #193 from mooffie/error_func_link
Fix @{error} links
2016-06-17 18:09:52 +02:00
Kyle McLamb 5be42470c3 Fix logic error when dumping non-function objects 2016-06-03 03:28:00 -04:00
Pierre Chapuis 0fb4b257ba support Lua 5.3 2016-05-22 14:58:04 +02:00
Pierre Chapuis 260034ec5c use HTTPS URLs for the manual 2016-05-22 14:57:53 +02:00
Ingo Struck bba78586d4 support both available flavors of ldoc 2016-04-20 20:10:10 +02:00
steve donovan 2ddb9c64c7 Merge branch 'master' of github.com:stevedonovan/LDoc 2016-04-10 18:02:59 +02:00
steve donovan bbbcb1a59f --fatalwarnings flag to force ldoc to return non-zero exit code if there are any warnings; issue #255 @psychon 2016-04-10 18:02:09 +02:00
Steve J Donovan 75a108e0f8 Merge pull request #228 from Alloyed/fix-comment-highlighting
Fix end-of-block comments not highlighting
2016-04-10 16:55:57 +02:00
steve donovan 1ebd148291 allow [int] in table documentation - http://stackoverflow.com/questions/36419386/lua-ldoc-documentation-of-a-table 2016-04-10 16:54:33 +02:00
Kyle Buller 3dada49e07 Fix @within 2016-04-06 01:50:14 -05:00
Kyle McLamb 6fc556eb41 Fix end-of-block comments not highlighting
Originally, comments in code blocks were highlighted by looking for
their starting token at the beginning and a newline at the end.

This PR adds two new comment patterns that look for the end-of-string
instead of a newline, so that comments on the last line of a block are
still highlighted.
2016-02-07 00:52:21 -05:00
Chad Phillips d8ff44f626 add custom_css configuration param. 2015-12-30 21:32:21 -05:00
Thomas Weber 3e4bb302da Avoid return documentation slipping into preceding function documenation 2015-12-23 14:20:49 +01:00
Thomas Weber b5e02a655b Allow "]" in description after tag modifiers 2015-12-11 08:56:45 +01:00
cjtallman b9803db8ff Adding module-level see reference support. 2015-10-16 13:34:31 -07:00
Steve Donovan b248a2e035 Modifications to pull #207; enable backward compatibility and fixed spelling mistake 2015-09-28 15:33:18 +02:00
Steve J Donovan 26b9a79384 Merge pull request #207 from zjarkov/master
Using ldoc.prettify_files the same way as for example ldoc.examples
2015-09-28 14:41:39 +02:00
Steve J Donovan 0577744bef Merge pull request #198 from xelivous/patch-1
add missing parenthesis in ldoc_ltp.lua
2015-09-28 13:56:36 +02:00
Jaroslav Vaculik 9f6c84f8bc Using ldoc.prettify_files the same way as for example ldoc.examples 2015-07-24 17:18:13 +02:00
Thijs Schreijer 5da1fa11d4 update rockspecs in repo, fix css 2015-04-28 11:55:19 +02:00
xelivous 134313e9a0 add missing parenthesis in ldoc_ltp.lua 2015-03-28 23:31:42 -05:00
Mooffie 205f72b313 Fix @{error} links
For some reason "error" was missing from the global functions list.
2014-12-29 13:30:47 +02:00
Mooffie 22e7055f03 Have postprocess_html 2014-12-24 17:51:05 +02:00
Steve J Donovan e6fb2fedd2 Merge pull request #187 from mooffie/section_css
Have CSS classes for section header and description
2014-12-21 09:50:24 +02:00
Mooffie 5f5c55cca9 CSS cleanup
Two changes in this patch:

(1) Two repeating CSS chunks were moved to their own files:

- Yahoo's "reset" styles were moved to '_reset_css.lua'.
- The code prettifier's styles were moved to '_code_css.lua'.

(The underscore at the filename's start is to show that it's not an
independent file but intended to be embedded in another.)

(2) Everything in "pre.example" that's already in "pre" was removed
(leaving just the font-size).

CAVEAT: the two new files need to be added to the 'rockspec' file.
2014-12-20 22:50:44 +02:00
Mooffie 24a6b27338 Have CSS classes for section header and description 2014-12-16 12:08:08 +02:00
Steve J Donovan ec97770051 Merge pull request #185 from mooffie/user_keywords
Support used-defined keywords (in prettified code).
2014-12-15 18:58:04 +02:00
Steve J Donovan 69a4419420 Merge pull request #184 from mooffie/custom_display_name_for_project_level_items_too
Make custom_display_name work for project-level items
2014-12-15 18:57:37 +02:00
Mooffie 3313e78b44 Support used-defined keywords (in prettified code). 2014-12-15 10:05:50 +02:00
Mooffie fc768df17e Make custom_display_name work for project-level items
This lets users customize the way module/topic/file/etc names are shown.
2014-12-14 16:32:16 +02:00