This website requires JavaScript.
Explore
Help
Register
Sign In
nihilist
/
tor
Watch
1
Star
0
Fork
0
You've already forked tor
mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced
2024-11-14 15:23:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e1cdca2e4f
tor
/
src
/
feature
/
rend
/
feature_rend.dox
5 lines
47 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2019-11-03 21:15:07 +01:00
/**
Doxygen: Avoid ambiguity in @dir directives This commit was automatically generated with: find src -name '*.dox' |xargs perl -i -pe 's{\@dir ([^/])}{\@dir /$1};'
2019-11-04 16:23:36 +01:00
@dir /feature/rend
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
2019-11-03 21:15:07 +01:00
@brief feature/rend
**/
Reference in New Issue
Copy Permalink