8bc5f722ccFix a backtick in ## Markdown Support
Ignas Anikevicius
2014-05-26 21:58:25 +0100
bf0f1384b9Updated pale theme
steve donovan
2014-05-26 17:58:43 +0200
8b2b2e4625#159 directory as argument case was broken
steve donovan
2014-05-25 14:11:00 +0200
3f32313ced#158 summary line lost with @type tag
steve donovan
2014-05-25 13:58:25 +0200
6d29aef7f2allow tags to contain digits
Steve Donovan
2014-04-25 15:59:54 +0200
1f21b5efa3workaround for Lua file methods #157
Steve Donovan
2014-04-23 13:38:58 +0200
624ff11afdparameter names which were List methods overwriting object - factor out as map field
Steve Donovan
2014-04-23 13:19:16 +0200
251dc88f93deterministic ordered file processing
Steve Donovan
2014-04-23 10:20:55 +0200
511dfe7df0ldoc.custom_references to create new @{KIND:NAME} reference schemes; doc updates
1.4.2
steve donovan
2014-01-21 19:51:55 +0200
b09f7f865funknown typename check for kind_names; updated ldoc's config.ld
steve donovan
2014-01-18 16:13:15 +0200
e5605a4a94kind_names variable can override names used in sidebar, e.g. 'kind_names={topic='Manual'}' will override default of 'Topics'
Steve Donovan
2014-01-17 15:59:39 +0200
2c0d459a43bumped version to 1.4.2
Steve Donovan
2014-01-16 09:53:29 +0200
2fb50d85e0Merge pull request #154 from kernelp4nic/master
Steve J Donovan
2014-01-15 23:46:58 -0800
86f65410dfPutting "Repeating tags" one level up, since not related to Lua 5.1 modules
JonasT
2014-01-06 08:05:50 +0100
94975bcb8cMerge branch 'master' of github.com:stevedonovan/LDoc
steve donovan
2014-01-05 15:05:56 +0200
aad096dcedMerge pull request #129 from gvvaughan/pull-request/custom_see_hander-doc-fix
Steve J Donovan
2014-01-05 05:05:07 -0800
86a3fde07eissue #139; improved lookup for class methods; args override now only kicks if the argument does not have its default value
steve donovan
2014-01-05 14:55:20 +0200
f507e36720more general method of controlling visibility of local functions or items marked with @local
steve donovan
2014-01-02 18:45:04 +0200
b3f6fc2762Merge pull request #140 from JonasT/patch-1
Steve J Donovan
2013-12-31 01:02:41 -0800
21eff88c05Merge pull request #142 from JonasT/patch-3
Steve J Donovan
2013-12-31 01:02:25 -0800
2d6cddce44Merge pull request #141 from JonasT/patch-2
Steve J Donovan
2013-12-31 00:59:22 -0800
e38a1b1402Better section naming, some hints for C code
JonasT
2013-12-31 09:00:30 +0100
e3c9f5336aFixing tag introduction example (hopefully?)
JonasT
2013-12-31 08:54:56 +0100
2061b5fc11Some more reordering, introducing tags more explicitly
JonasT
2013-12-31 08:53:59 +0100
2bd0c3f760Getting all the sections in a more beginner's friendly, logical order
JonasT
2013-12-31 08:40:50 +0100
721d626b70Rewrite of first introductory paragraph
JonasT
2013-12-31 08:18:33 +0100
a870f91e59Being more direct on how tags look like when introducing them first
JonasT
2013-12-31 08:07:41 +0100
2db76970abMerge pull request #138 from dirkfeytons/master
Steve J Donovan
2013-12-24 05:52:12 -0800
b16e85af7dFix issue #123: override 'boilerplate' was done too late
Dirk Feytons
2013-12-24 11:30:56 +0100
bbc3183e35Merge pull request #136 from hishamhm/master
Steve J Donovan
2013-12-21 00:15:30 -0800
8b48e1d256Don't call function when missing. Tweak needed for ldoc to build its own documentation files.
Hisham Muhammad
2013-12-21 00:50:07 -0200
9b40e03e3aCommand-line flags that were explicitly passed by the user should take precedence over config file defaults.
Hisham Muhammad
2013-12-21 00:41:41 -0200
41a0d9b009Add entries missing in rockspec.
Hisham Muhammad
2013-12-21 00:41:24 -0200
c93c14709fMerge pull request #130 from mooffie/fix_prettifier_last_lines
Steve J Donovan
2013-12-12 22:52:07 -0800
67a78ee0a5Fix minor issues with the "prettify" facility.
Mooffie
2013-12-12 17:26:38 +0200
d5e623e8d7doc: improve match pattern for manual page references with custom_see_handler.
Gary V. Vaughan
2013-12-12 09:42:44 +1300
f60e6d4197Pull #121 applied manually - custom tags may be hidden
Steve Donovan
2013-12-09 15:13:00 +0200
d96eee4605Merge pull request #122 from mooffie/custom_display_name_handler
Steve J Donovan
2013-12-09 05:07:09 -0800
4294b2e2daIssue #114: trying harder to resolve references by unqualified method name
Steve Donovan
2013-11-28 11:57:13 +0200
63e3618c05Issue #110; use '-u' or 'unqualified' explicitly to strip package names on sidebar (thanks to abadc0de)
Steve Donovan
2013-11-27 09:50:38 +0200
46515b2411Issue #113, borked classmod: now custom sections are always respected. Automatic sections are generated for 'Metamethods' and 'Methods'
Steve Donovan
2013-11-27 09:46:37 +0200
4fac99406ctry match single names against fully qualified names of module funtions
Steve Donovan
2013-11-21 16:06:34 +0200
feabf5c91awhen using export tag, decide whether function is meant to be a class method from 'self' formal arg, otherwise it becomes static.
Steve Donovan
2013-11-18 14:54:28 +0200
8081e5b43coption to use Markdown titles instead of file names with 'use_markdown_titles' (otherwise drop the .md extension on display)
Steve Donovan
2013-11-18 10:26:40 +0200
9ef1f08784can resolve references to local class; no longer have 'Topic: ' for readme documents
steve donovan
2013-11-17 19:48:35 +0200
9fc5697cffIssue #108: sorting modules etc is off by default, switch back on using 'sort_modules=true'. Section lookup in docs was borked, fixed by stripping any extra whitespace before section titles
steve donovan
2013-11-17 10:38:24 +0200
4666e464ccno more fooling with globals in LDoc; the class ModuleMap is no longer global, but inserted into doc module so it can use it
steve donovan
2013-11-16 21:03:43 +0200
fd323aa286Issue #105; can switch off auto-linking to Lua manual with 'no_lua_ref' variable. This also happens if plain C documentation is being generated
steve donovan
2013-11-16 20:36:53 +0200
955802e07bIssue #93: can define fields/properties of objects; the 'readonly' modifier is now special. See tests/styles/type.lua
steve donovan
2013-11-16 19:21:50 +0200
7e2e6e975cIssue #96: was expecting a space after ## in markdown documents; better support for C types
Steve Donovan
2013-09-27 15:37:46 +0200
7a7865f300Issue 95: strip leading stars in C block comments; improvements in identifying typenames within type expressions
Steve Donovan
2013-09-26 16:05:45 +0200
531a7d34deIssue 81 'example' tag raises more explicit error, exclude more 'accidental' doc comments
Steve Donovan
2013-09-26 15:34:53 +0200
eae2fe55fbMerge remote-tracking branch 'upstream/master'
Tysen Moore
2013-09-23 16:49:23 -0400
20ff72cd35add changes document
1.4.0
Steve Donovan
2013-09-20 13:52:18 +0200
d2e40e2f2fbasic support for documenting C. If you put 'parse_extra={C=true}' in config.ld, then it will attempt to extract function name, arguments and types from the source
Steve Donovan
2013-09-20 13:33:06 +0200
47e6a2094eCSS errors fixed
Steve Donovan
2013-08-27 15:16:10 +0200
8e3e211716fixup selected module item
Steve Donovan
2013-08-27 14:16:21 +0200
1d1ed6d0f0on left-hand side all module names go through doc.module_name. This strips off package part currently
Steve Donovan
2013-08-27 13:17:11 +0200
df72613e57structure return needs 'typename'; by default merge_error_groups will combine different error tag texts
Steve Donovan
2013-08-27 12:47:47 +0200
f33a09e4d3issue #76 auto-scroll to avoid breaking identifiers
Steve Donovan
2013-08-27 12:44:04 +0200
8395d6d9d7inline error comments starting to work
Steve Donovan
2013-08-26 14:22:52 +0200
a825a316a1error tag now auto-groups; refactorings
Steve Donovan
2013-08-26 13:37:41 +0200
85dbd3d731no-compat 5.2/5.3 compatible; line endings for markdown.lua
steve donovan
2013-08-25 21:01:30 +0200
7da46268dc'pale' template added; interpretation of --style and --template extended
steve donovan
2013-08-25 19:38:01 +0200
ad909d683bCan prettify C files as well as Lua with built-in prettifier
steve donovan
2013-08-25 14:29:30 +0200
89cb20d752doc updates
steve donovan
2013-08-25 14:28:57 +0200
149ded81fccomposite return types experiment
steve donovan
2013-08-25 10:47:45 +0200
45cb21bcc1try harder with -m to resolve methods
steve donovan
2013-08-24 15:39:41 +0200
3c72ea112eldoc.alias can specify a function which must return tag, value, modifiers like Item:check_tag. The alias error works with return groups
steve donovan
2013-08-24 15:19:45 +0200
9af4bae066return groups; experimental 'error' tag
steve donovan
2013-08-24 13:21:41 +0200
1bf3461917doc updates
Steve Donovan
2013-08-23 15:59:35 +0200
70eaf2be6fbumped to 1.4.0; doc updates and formatting
Steve Donovan
2013-08-23 13:50:34 +0200
7bb95e5e7dissue #78 default parm value now in documentation
Steve Donovan
2013-08-22 10:12:04 +0200
3c72e9e4d1fix issue #80, backticks expand in copyright and other 'info' tags. format='backtick' (-f backtick) is like format='plain' but with implicit 'backtick_references=true'. -X is short for 'not_luadoc'
Steve Donovan
2013-08-22 09:43:26 +0200
5e18d2ad4ccheck builtin references. Builtin files are now all requireable (without module)
Steve Donovan
2013-08-22 09:15:16 +0200
a162c4b9e9a list of comma-separated items can appear after a see tag; fixed problem with references to Lua global functions from last commit
Steve Donovan
2013-08-21 15:52:53 +0200
d9d749fa37fix issue #79: will not allow a module as a type. Plus, add reference lookup for lfs and lpeg
Steve Donovan
2013-08-21 14:52:09 +0200