Brian Anderson
|
5c28b2c1d1
|
rustdoc: Don't bother reporting the type of arguments
This is already displayed in the function signature. Simpler this way.
|
2012-03-08 15:05:13 -08:00 |
|
Brian Anderson
|
29ac3c811d
|
rustdoc: Put brief descriptions in the indexes
|
2012-03-06 17:16:25 -08:00 |
|
Brian Anderson
|
a4ff220133
|
rustdoc: Write links correctly for multi-page docs
|
2012-03-06 17:16:25 -08:00 |
|
Brian Anderson
|
801b02b25d
|
rustdoc: Parallelize markdown_pass
|
2012-03-06 17:16:25 -08:00 |
|
Brian Anderson
|
fc9b55d65f
|
rustdoc: Write a new file for each page
|
2012-03-06 14:48:47 -08:00 |
|
Brian Anderson
|
0e3cee747a
|
rustdoc: Convert markdown writer to a writer_factory
|
2012-03-03 23:56:38 -08:00 |
|
Brian Anderson
|
0b2ffa854f
|
rustdoc: Simplify the markdown_pass interface a bit
|
2012-03-03 23:20:40 -08:00 |
|
Brian Anderson
|
f8742b476f
|
rustdoc: Introduce the concept of a 'page'
|
2012-03-03 21:56:17 -08:00 |
|
Brian Anderson
|
3d991bac6c
|
rustdoc: Whitespace
|
2012-03-02 16:27:31 -08:00 |
|
Brian Anderson
|
87b9d67b66
|
rustdoc: Write indexes in output
|
2012-03-02 16:20:53 -08:00 |
|
Brian Anderson
|
3d67939c41
|
rustdoc: Begin constructing indexes
|
2012-03-02 15:17:27 -08:00 |
|
Brian Anderson
|
8478349b8b
|
rustdoc: Remove some debug logging
|
2012-03-02 02:12:12 -08:00 |
|
Brian Anderson
|
4056082833
|
rustdoc: Extract markdown header logic. Needed for indexing
|
2012-03-01 18:13:22 -08:00 |
|
Brian Anderson
|
9208684e74
|
rustdoc: Extract markdown_writer from markdown_pass
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
516f87f860
|
rustdoc: Write markdown to a file instead of stdout
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
ad82a031f2
|
rustdoc: Use unique types for writing markdown output
No shared types allowed.
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
2ac6dbc9ba
|
rustdoc: Refactor markdown_pass
|
2012-02-29 23:45:51 -08:00 |
|
Brian Anderson
|
98c31aaaff
|
rustdoc: Time passes
|
2012-02-27 18:07:16 -08:00 |
|
Brian Anderson
|
8fdb213eb2
|
rustdoc: Optimize some closures to avoid copying
|
2012-02-26 23:49:37 -08:00 |
|
Brian Anderson
|
3bfa457039
|
rustdoc: Rename util mod to par
|
2012-02-26 23:10:12 -08:00 |
|
Brian Anderson
|
c15127fe3e
|
rustdoc: Do all maps as util::anymap
|
2012-02-26 23:07:03 -08:00 |
|
Brian Anderson
|
9b009ea23d
|
rustdoc: Fix some remaining bugs around native mods
|
2012-02-24 15:22:57 -08:00 |
|
Brian Anderson
|
5a86313387
|
rustdoc: Write markdown for native mods and fns
|
2012-02-24 15:07:08 -08:00 |
|
Brian Anderson
|
681e5beac4
|
rustdoc: Remove a pointer that's no longer needed
|
2012-02-24 13:53:28 -08:00 |
|
Brian Anderson
|
ba173d8409
|
rustdoc: Add doc node for native mods
|
2012-02-24 13:34:35 -08:00 |
|
Marijn Haverbeke
|
780f8277f4
|
Finish cleanup of core::str
Closes #1849
|
2012-02-23 17:00:19 +01:00 |
|
Kevin Cantu
|
1b957c0942
|
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes with find[_from]
|
2012-02-23 17:00:19 +01:00 |
|
Brian Anderson
|
96e3031675
|
rustdoc: Convert the astsrv constructor to a higher order fn
This will allow it to manage the destruction of the astsrv after
I convert it to a task
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
d6095dc6b5
|
rustdoc: Rename mk_srv_from_str/file to just from_str/file
|
2012-02-21 16:14:02 -08:00 |
|
Brian Anderson
|
784e2b7298
|
rustdoc: Extract common item fields into itemdoc
|
2012-02-17 16:00:39 -08:00 |
|
Kevin Cantu
|
c81867474a
|
(core::str) add find_bytes and export it...
|
2012-02-13 01:56:58 -08:00 |
|
Brian Anderson
|
2b67de06c8
|
rustdoc: Add support for type items
|
2012-02-01 22:41:54 -08:00 |
|
Brian Anderson
|
77824cf2ed
|
rustdoc: Write markdown for impls
|
2012-01-31 20:54:46 -08:00 |
|
Brian Anderson
|
acb11f47dc
|
rustdoc: Add impl doc node
|
2012-01-31 19:32:27 -08:00 |
|
Brian Anderson
|
38197d8728
|
rustdoc: Write markdown for ifaces
|
2012-01-30 20:53:52 -08:00 |
|
Brian Anderson
|
fe745f1b5d
|
rustdoc: Use fewer unique pointers
|
2012-01-30 13:05:25 -08:00 |
|
Brian Anderson
|
361f90e618
|
rustdoc: Sort the items so modules are printed last
|
2012-01-29 14:51:09 -08:00 |
|
Brian Anderson
|
f8c93bdbe1
|
rustdoc: Move mod docs into the item tag
|
2012-01-29 13:08:18 -08:00 |
|
Brian Anderson
|
9732e0d554
|
rustdoc: Move fn docs into the item tag
|
2012-01-29 12:47:06 -08:00 |
|
Brian Anderson
|
5aa6c3a49a
|
rustdoc: Move const docs into the item tag
|
2012-01-29 12:46:26 -08:00 |
|
Brian Anderson
|
d56a4dd04b
|
rustdoc: Move enum docs into the item tag
|
2012-01-29 11:38:44 -08:00 |
|
Brian Anderson
|
40cbc89b6f
|
rustdoc: Move resource docs into the item tag
|
2012-01-29 11:38:44 -08:00 |
|
Brian Anderson
|
7b67e2d274
|
rustdoc: Write both crates and mods as header level 1
|
2012-01-26 23:16:42 -08:00 |
|
Brian Anderson
|
094f91b685
|
rustdoc: Write markdown for resources
|
2012-01-26 22:54:20 -08:00 |
|
Brian Anderson
|
74e8b11194
|
rustdoc: Write markdown for enums
|
2012-01-25 21:04:53 -08:00 |
|
Brian Anderson
|
4d096a8c86
|
rustdoc: Rename gen module to markdown_pass
|
2012-01-24 18:18:14 -08:00 |
|