Brian Anderson
|
58e2083c0a
|
rustdoc: Parse command line opts
|
2012-02-28 21:36:44 -08:00 |
|
Brian Anderson
|
6c9527ab79
|
rustdoc: Add -h flag
|
2012-02-28 21:36:44 -08:00 |
|
Brian Anderson
|
01a1c98d09
|
rustdoc: Clean up pass names
|
2012-02-27 18:11:12 -08:00 |
|
Brian Anderson
|
98c31aaaff
|
rustdoc: Time passes
|
2012-02-27 18:07:16 -08:00 |
|
Brian Anderson
|
396540f19d
|
rustdoc: Don't prune reexports
|
2012-02-24 15:43:57 -08:00 |
|
Brian Anderson
|
681e5beac4
|
rustdoc: Remove a pointer that's no longer needed
|
2012-02-24 13:53:28 -08: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
|
57be673025
|
rustdoc: Document reexports
|
2012-02-20 16:39:35 -08:00 |
|
Brian Anderson
|
784e2b7298
|
rustdoc: Extract common item fields into itemdoc
|
2012-02-17 16:00:39 -08:00 |
|
Brian Anderson
|
a57c15bf88
|
rustdoc: Add various sorting passes
|
2012-02-03 12:00:49 -08:00 |
|
Brian Anderson
|
f6f3d518e6
|
rustdoc: Split the pruning of undocumented branches into two passes
prune_undoc_details_pass strips arguments and return values that are
undocumented. prune_undoc_items_pass prunes entire items.
|
2012-01-31 21:54:16 -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
|
bfd8a14065
|
rustdoc: Create an item tag to hold doc for all item types
|
2012-01-29 11:38:44 -08:00 |
|
Brian Anderson
|
23e9f7a1b6
|
rustdoc: Extract resources from the AST
|
2012-01-26 20:34:16 -08:00 |
|
Brian Anderson
|
7cf725355a
|
rustdoc: Add a resource node to the doc tree
|
2012-01-26 20:34:16 -08:00 |
|
Brian Anderson
|
74e8b11194
|
rustdoc: Write markdown for enums
|
2012-01-25 21:04:53 -08:00 |
|
Brian Anderson
|
61b5cc95d1
|
rustdoc: Add enums to the doc tree
|
2012-01-24 23:24:55 -08:00 |
|
Brian Anderson
|
b779277dae
|
rustdoc: Add a pass to normalize indentation levels in doc comments
|
2012-01-24 23:24:54 -08:00 |
|
Brian Anderson
|
4d096a8c86
|
rustdoc: Rename gen module to markdown_pass
|
2012-01-24 18:18:14 -08:00 |
|
Brian Anderson
|
fc64aefe0a
|
rustdoc: Add a pass to trim whitespace from docs
|
2012-01-24 17:57:23 -08:00 |
|
Brian Anderson
|
cb44fa2a21
|
rustdoc: Add a pass that extracts brief docs from long docs
If the first paragraph of documentation is short then it will be used as the
brief description.
|
2012-01-24 17:57:23 -08:00 |
|
Brian Anderson
|
6ee7ff50b2
|
rustdoc: Add consts to the doc tree
|
2012-01-24 00:38:35 -08:00 |
|
Brian Anderson
|
ab0eed34fd
|
rustdoc: Prune unexported items from the doc tree
|
2012-01-23 22:13:34 -08:00 |
|
Brian Anderson
|
00afef0bd8
|
rustdoc: Run tystr pass before attr pass
|
2012-01-19 14:35:18 -08:00 |
|
Brian Anderson
|
a5e0f037be
|
rustdoc: Add path_pass for recording full paths to mods
|
2012-01-19 00:04:59 -08:00 |
|
Brian Anderson
|
c54f53b9d9
|
rustdoc: Add path field to doc::moddoc
|
2012-01-19 00:04:59 -08:00 |
|
Brian Anderson
|
ca7cfbe3d0
|
rustdoc: Add more rustdocs
|
2012-01-18 23:11:20 -08:00 |
|
Brian Anderson
|
e39e34776e
|
rustdoc: Assign AST ids to mod docs
|
2012-01-18 19:59:24 -08:00 |
|
Brian Anderson
|
5bbf72e11c
|
rustdoc: Add brief and desc fields to module docs
|
2012-01-18 19:59:24 -08:00 |
|
Brian Anderson
|
810af2dada
|
rustdoc: Put fn docs inside fn bodies
|
2012-01-18 15:02:43 -08:00 |
|
Brian Anderson
|
e23e45bc6d
|
rustdoc: Add rustdocs
|
2012-01-17 17:45:37 -08:00 |
|
Brian Anderson
|
5fbadd24ec
|
rustdoc: Cleanup
|
2012-01-17 17:45:37 -08:00 |
|
Brian Anderson
|
637f19965f
|
rustdoc: Convert markdown generation to a pass
|
2012-01-17 16:31:26 -08:00 |
|
Brian Anderson
|
a6bdaee7f9
|
rustdoc: Remove iface. Causing random crashes in resolve?
|
2012-01-17 16:31:26 -08:00 |
|
Brian Anderson
|
b8840cbee6
|
rustdoc: Add a pass to prune undocumented items
|
2012-01-16 22:50:00 -08:00 |
|
Brian Anderson
|
cf40b60b5a
|
rustdoc: Begin writting the attribute extracting pass
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
645035a715
|
rustdoc: Convert tystr_pass to use astsrv
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
447f1fd4af
|
rustdoc: Add a pass type and a run_passes function
|
2012-01-16 21:12:35 -08:00 |
|
Brian Anderson
|
6e0bcb5bd0
|
rustdoc: Eliminate AST usage in gen module
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
5f25804f46
|
rustdoc: Push imports down into submodules
|
2012-01-16 21:12:34 -08:00 |
|
Brian Anderson
|
b39154233a
|
rustdoc: Attach the doc writer to the doc extractor
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
77690baa70
|
rustdoc: Attach the AST node id to fndocs
|
2012-01-16 01:07:42 -08:00 |
|
Brian Anderson
|
7a9ba240a0
|
rustdoc: Rename type rustdoc to gen::ctxt
|
2012-01-16 01:07:42 -08:00 |
|