Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Side by Side Diff: utils/dartdoc/README.txt

Issue 8772067: Navigation in generated docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | utils/dartdoc/dartdoc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Dartdoc generates static HTML documentation from Dart code. 1 Dartdoc generates static HTML documentation from Dart code.
2 2
3 To use it, from this directory, run: 3 To use it, from this directory, run:
4 4
5 $ dartdoc <path to .dart file> 5 $ dartdoc <path to .dart file>
6 6
7 This will create a "docs" directory with the docs for your libraries. 7 This will create a "docs" directory with the docs for your libraries.
8 8
9 9
10 How docs are generated 10 How docs are generated
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 There is also an extension to markdown specific to dartdoc: A name inside 69 There is also an extension to markdown specific to dartdoc: A name inside
70 square brackets that is not a markdown link (i.e. doesn't have square brackets 70 square brackets that is not a markdown link (i.e. doesn't have square brackets
71 or parentheses following it) like: 71 or parentheses following it) like:
72 72
73 Calls [someMethod], passing in [arg]. 73 Calls [someMethod], passing in [arg].
74 74
75 is understood to be the name of some member or type that's in the scope of the 75 is understood to be the name of some member or type that's in the scope of the
76 member where that comment appears. Dartdoc will automatically figure out what 76 member where that comment appears. Dartdoc will automatically figure out what
77 the name refers to and generate an approriate link to that member or type. 77 the name refers to and generate an approriate link to that member or type.
78
79
80 Attribution
81 -----------
82
83 dartdoc uses the delightful Silk icon set by Mark James.
84 http://www.famfamfam.com/lab/icons/silk/
OLDNEW
« no previous file with comments | « no previous file | utils/dartdoc/dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698