Emmanuel Lepage Vallee
3e3a298a33
doc: Shape the methods and functions arguments in the summary.
...
Given the full prototype can be quite long with all the optional
argument definition, better help the eyes focus on the important
part.
2019-06-08 18:14:14 -04:00
Emmanuel Lepage Vallee
12a7236e2b
doc: Add support for property types to ldoc.
...
Rather that abusing of how the arguments are displayed to convey the
type, add native support.
It still uses the @param for the doc, so this doesn't cause a million
little noisy changes, but the rendered HTML now have a real section for
the type. This is added to both the summary and the expanded description.
Additionally, if the type has a description string, a second is added.
2019-06-08 18:14:14 -04:00
Emmanuel Lepage Vallee
6ce4fa6802
doc: Remove the old module alias hack.
...
The module names for also have their alias. The commit also remove 2
deprecated module that were forgotton in the previous "get rid of the
deprecated modules in the doc" PR.
2019-06-08 18:13:42 -04:00
Emmanuel Lepage Vallee
bb357dd33e
doc: Restore the example width limit to fit in 1024x768.
...
The old stylesheet did this and it forced the examples to be smaller.
This commit restore this limit.
2018-10-12 14:19:25 -04:00
Emmanuel Lepage Vallee
cd6979618f
doc: Update the CSS to support our custom table class
...
Other change:
* Use GitHub style <code> border
* Add support for HTML <kbd> tags
2018-10-12 14:19:25 -04:00
Yauhen Kirylau
4bd5b1940d
feat(themes; beautiful): add partial support for GTK+3 themes ( #2129 )
2018-06-26 10:43:20 -04:00
Emmanuel Lepage Vallee
f234dcabf6
doc: Add `[deprecated]` after some function names.
...
It use a little XSS-ish HTML tag injection, but it works
2018-05-28 14:11:41 -04:00
actionless
98e59225d7
chore(ldoc: css): return bullets style for unordered list items
2018-03-20 17:50:39 +00:00
actionless
bdbc11e7df
style(ldoc: css): apply some manual code formatting
2018-03-20 17:50:39 +00:00
actionless
d5d46a4373
fixup! chore(ldoc: css): new style for the tables
2018-03-20 17:50:39 +00:00
actionless
8762588082
fixup! chore(ldoc: css): new style for the tables
2018-03-20 17:50:39 +00:00
actionless
0a6f3aa3da
fixup! chore(ldoc: css): new style for the tables
2018-03-20 17:50:39 +00:00
actionless
dafbd48375
chore(ldoc: css): new style for the tables
2018-03-20 17:50:39 +00:00
Daniel Hahler
fb93003cc5
docs/ldoc.css: just use system fonts
2017-10-28 00:08:31 +02:00
Daniel Hahler
5c9bc988bb
navigation: less margin to the left
2017-10-28 00:08:31 +02:00
Daniel Hahler
102e1046b9
add our logo
2017-10-28 00:08:31 +02:00
Daniel Hahler
b291880fa1
add css
...
Source: https://github.com/stevedonovan/LDoc/pull/287
https://raw.githubusercontent.com/hishamhm/LDoc/7214818f0ff580e5607a4de764340aa7e3b55d1a/ldoc/html/ldoc_new_css.lua
2017-10-28 00:08:28 +02:00