From 8b91680d5c57fc35275b32aea57555d8ef7d61ba Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 15 Nov 2019 09:27:26 -0500 Subject: Doxygen: rename all .dox files to end with .md Using a standard ending here will let other tools that expect markdown understand our output here. This commit was automatically generated with: for fn in $(find src -name '*.dox'); do \ git mv "$fn" "${fn%.dox}.md"; \ done --- src/feature/dirparse/feature_dirparse.dox | 8 -------- src/feature/dirparse/feature_dirparse.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 src/feature/dirparse/feature_dirparse.dox create mode 100644 src/feature/dirparse/feature_dirparse.md (limited to 'src/feature/dirparse') diff --git a/src/feature/dirparse/feature_dirparse.dox b/src/feature/dirparse/feature_dirparse.dox deleted file mode 100644 index e4b34668ba..0000000000 --- a/src/feature/dirparse/feature_dirparse.dox +++ /dev/null @@ -1,8 +0,0 @@ -@dir /feature/dirparse -@brief feature/dirparse: Parsing Tor directory objects - -We define a number of "directory objects" in -[dir-spec.txt](https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt), -all of them using a common line-oriented meta-format. This module is used by -other parts of Tor to parse them. - diff --git a/src/feature/dirparse/feature_dirparse.md b/src/feature/dirparse/feature_dirparse.md new file mode 100644 index 0000000000..e4b34668ba --- /dev/null +++ b/src/feature/dirparse/feature_dirparse.md @@ -0,0 +1,8 @@ +@dir /feature/dirparse +@brief feature/dirparse: Parsing Tor directory objects + +We define a number of "directory objects" in +[dir-spec.txt](https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt), +all of them using a common line-oriented meta-format. This module is used by +other parts of Tor to parse them. + -- cgit v1.2.3-54-g00ecf