From 7fc077ed2558c8174237388d00924fd139f786ce Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 3 Nov 2019 15:15:07 -0500 Subject: 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 <"$target" /** @dir ${dname} @brief ${dname} **/ EOF git add "$target" done --- src/feature/dircommon/feature_dircommon.dox | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/feature/dircommon/feature_dircommon.dox (limited to 'src/feature/dircommon') diff --git a/src/feature/dircommon/feature_dircommon.dox b/src/feature/dircommon/feature_dircommon.dox new file mode 100644 index 0000000000..2eff21065c --- /dev/null +++ b/src/feature/dircommon/feature_dircommon.dox @@ -0,0 +1,4 @@ +/** +@dir feature/dircommon +@brief feature/dircommon +**/ -- cgit v1.2.3-54-g00ecf