aboutsummaryrefslogtreecommitdiff
path: root/src/core/proto
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-03 15:15:07 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-04 07:40:14 -0500
commit7fc077ed2558c8174237388d00924fd139f786ce (patch)
tree164c006fc6396ce6fc09b33ea74130a2de59d60e /src/core/proto
parentafc267e8872f0cb780d8c8bd7c0ea4e1d1683a87 (diff)
downloadtor-7fc077ed2558c8174237388d00924fd139f786ce.tar.gz
tor-7fc077ed2558c8174237388d00924fd139f786ce.zip
Add stub directory-level documentation for most source directories
This includes app, core, feature, lib, and tools, but excludes ext, test, and trunnel. This was generated by the following shell script: cd src for dname in $(find lib core feature app tools -type d |grep -v \\.deps$); do keyword="$(echo "$dname" |sed -e "s/\//_/" )" target="${dname}/${keyword}.dox" echo "$target" cat <<EOF >"$target" /** @dir ${dname} @brief ${dname} **/ EOF git add "$target" done
Diffstat (limited to 'src/core/proto')
-rw-r--r--src/core/proto/core_proto.dox4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/proto/core_proto.dox b/src/core/proto/core_proto.dox
new file mode 100644
index 0000000000..3e1e4ddb6d
--- /dev/null
+++ b/src/core/proto/core_proto.dox
@@ -0,0 +1,4 @@
+/**
+@dir core/proto
+@brief core/proto
+**/