Christian Egli
b08024b592
Remove a duplicated sentence ( #272 )
...
Must have been a leftover from a cut-n-paste frenzy
2020-09-30 00:43:29 +03:00
Hisham Muhammad
68d516ff34
Add 'new' theme and switch LDoc's own documentation to it ( #287 )
2020-09-30 00:16:16 +03:00
Alexei Robyn
77e72bf92a
Support the use of commonmark markdown via cmark-lua ( #311 )
2020-09-29 23:59:43 +03:00
Yao
0f2216af4d
Fix typo ( #245 )
2020-09-29 22:32:46 +03:00
steve donovan
749894954b
Bump to 1.4.5; updated changes and docs
2016-08-21 11:16:50 +02:00
Ulrich Schmidt
0347cfca71
correct typo
2016-06-21 11:48:03 +02:00
Steve J Donovan
d7ffde62e9
Merge pull request #148 from JonasT/patch-4
...
Putting "Repeating tags" one level up, since not related to Lua 5.1 modules
2016-06-19 11:26:30 +02:00
Steve Donovan
fe15020f76
doc fixes: manual_url is a function; the reference should be to List.moon not list.moon
2015-09-28 16:09:09 +02:00
Mooffie
22e7055f03
Have postprocess_html
2014-12-24 17:51:05 +02:00
Mooffie
3313e78b44
Support used-defined keywords (in prettified code).
2014-12-15 10:05:50 +02:00
steve donovan
4ab5f07d84
1.4.3 release patches
2014-11-03 18:50:29 +02:00
steve donovan
d56252b762
fixed style sheet added
2014-10-26 21:15:29 +02:00
steve donovan
2fbe566039
Bumped version to 1.4.3; doc updates; C lexer ignores strings (which it handles badly)
2014-10-21 17:57:26 +02:00
steve donovan
3f653cf0a8
issue #171 doc updates
2014-10-15 18:20:55 +02:00
steve donovan
c979700ae6
Issue #177 : annotation rendering fixed
2014-09-15 20:02:28 +02:00
Ignas Anikevicius
7efd14e14f
Simularly -> Similarly in doc.md
...
This is an old typo and mentioned in #3 and #71 . Since it has drifted again, I updated the patch.
2014-05-27 14:32:38 +01:00
Steve J Donovan
f49f7b3021
Merge pull request #160 from gns-ank/patch-3
...
Fix a backtick in ## Markdown Support
2014-05-27 15:28:49 +02:00
Ignas Anikevicius
401bdd9726
Fix indentation in ## Markdown Support
...
This fixes indentation, so that the list has the same hierarchy.
2014-05-26 22:03:26 +01:00
Ignas Anikevicius
8bc5f722cc
Fix a backtick in ## Markdown Support
...
There was an apostrophe instead of a backtick, which messed things up.
2014-05-26 21:58:25 +01:00
steve donovan
511dfe7df0
ldoc.custom_references to create new @{KIND:NAME} reference schemes; doc updates
2014-01-21 19:51:55 +02:00
steve donovan
b09f7f865f
unknown typename check for kind_names; updated ldoc's config.ld
2014-01-18 16:13:15 +02:00
Steve Donovan
94439e8e64
updated changes.md - preparing for release
2014-01-10 15:50:44 +02:00
JonasT
86f65410df
Putting "Repeating tags" one level up, since not related to Lua 5.1 modules
...
With my last sorting suggestions I accidentally made "Repeating tags" a subsection of "Doing modules the Lua 5.1 way", while it should be on the same level. (or a subsection of something else, but definitely not that)
2014-01-06 08:05:50 +01:00
Steve J Donovan
aad096dced
Merge pull request #129 from gvvaughan/pull-request/custom_see_hander-doc-fix
...
doc: improve match pattern for manual page references with custom_see_handler.
2014-01-05 05:05:07 -08:00
Steve J Donovan
b3f6fc2762
Merge pull request #140 from JonasT/patch-1
...
Being more direct on how tags look like when introducing them first
2013-12-31 01:02:41 -08:00
Steve J Donovan
21eff88c05
Merge pull request #142 from JonasT/patch-3
...
Major reordering and renaming of sections of documentation
2013-12-31 01:02:25 -08:00
JonasT
ffec76bd56
Removing inconsistent header colon
2013-12-31 09:01:14 +01:00
JonasT
e38a1b1402
Better section naming, some hints for C code
2013-12-31 09:00:30 +01:00
JonasT
e3c9f5336a
Fixing tag introduction example (hopefully?)
2013-12-31 08:54:56 +01:00
JonasT
2061b5fc11
Some more reordering, introducing tags more explicitly
2013-12-31 08:53:59 +01:00
JonasT
2bd0c3f760
Getting all the sections in a more beginner's friendly, logical order
2013-12-31 08:40:50 +01:00
JonasT
721d626b70
Rewrite of first introductory paragraph
...
A suggested rewrite of first introductory paragraph. It does drop some information (e.g. second generation) in favor of being more beginner's friendly and more basic in what this is actually about. The followup LDoc-referring paragraphs seem sufficient to cater the needs of advanced doc tool users, while the first paragraph possibly stumps and scares away beginners in its current form.
2013-12-31 08:18:33 +01:00
JonasT
a870f91e59
Being more direct on how tags look like when introducing them first
2013-12-31 08:07:41 +01:00
Gary V. Vaughan
d5e623e8d7
doc: improve match pattern for manual page references with custom_see_handler.
...
* doc/doc.md: Use '[%w_]+' instead of '%a+' so that references
to, say, _exit(2) and dup2(2) work too.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2013-12-12 09:42:44 +13:00
Mooffie
3053079fee
Custom display_name handler.
2013-12-09 12:23:27 +02:00
Steve Donovan
8e3e211716
fixup selected module item
2013-08-27 14:16:21 +02:00
Steve Donovan
0d79e16706
PL utils.unpack compatibility; refactoring error 'tag'
2013-08-26 09:59:10 +02:00
steve donovan
7da46268dc
'pale' template added; interpretation of --style and --template extended
2013-08-25 19:38:01 +02:00
steve donovan
89cb20d752
doc updates
2013-08-25 14:28:57 +02:00
Steve Donovan
1bf3461917
doc updates
2013-08-23 15:59:35 +02:00
Steve Donovan
70eaf2be6f
bumped to 1.4.0; doc updates and formatting
2013-08-23 13:50:34 +02:00
Steve Donovan
80a109e022
issue #66 : better error message for non-luadoc behaviour; now controlling backticks in the docs better
2013-08-20 14:57:41 +02:00
steve donovan
2bd2b23d7d
topics are added with nil description
2013-05-27 10:47:55 +02:00
steve donovan
04c4f45a61
added new rockspec; updated docs; nil-description error triggered by ldoc docs
2013-05-16 11:24:05 +02:00
steve donovan
42429e694c
file={'.'} in config.d caused module name failure; docs->doc
2013-04-13 15:44:27 +02:00