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

Side by Side Diff: net/docs/README.txt

Issue 1859793002: Include class relationship diagrams in network stack documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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
OLDNEW
(Empty)
1 To generate the output HTML from an input markdown file, execute the
2 command:
3
4 PYTHONPATH=../../third_party python -m markdown <input>.md > output.html
mmenke 2016/04/04 21:19:26 This is not platform independent.
Randy Smith (Not in Mondays) 2016/04/04 21:26:50 I was going to ask you about that in the detailed
mmenke 2016/04/04 21:31:12 SGTM, and that does indeed work on Windows.
Randy Smith (Not in Mondays) 2016/04/04 21:44:50 Excellent. In it goes.
5
6 (This command line assumes that the net/docs directory is the current
7 directory; if that's not the case, adjust the path to src/third_party
8 to be accurate from whatever directory the command is executed from.)
9
10 The diagrams included in the network stack documentation were
11 generated with Graphviz, and both source (.dot) and output (.svg) are
12 included in the repository. If graphviz is installed, the output may
13 be regenerated from the source via:
14
15 dot dot -Tsvg <name>.dot > <name>.svg
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698