tor/src/lib/pubsub
Nick Mathewson 7fc077ed25 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-04 07:40:14 -05:00
..
.may_include Pubsub: an OO layer on top of lib/dispatch 2019-03-25 16:35:33 -04:00
include.am Add comments to include.am files to note where new sources go 2019-05-02 09:37:18 -04:00
lib_pubsub.dox Add stub directory-level documentation for most source directories 2019-11-04 07:40:14 -05:00
pub_binding_st.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_build.c Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE() 2019-03-25 16:35:34 -04:00
pubsub_build.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_builder_st.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_check.c Multiple subscribers or publishers per subsystem 2019-05-22 16:33:19 -05:00
pubsub_connect.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_flags.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_macros.h Run "make autostyle." 2019-06-05 09:33:35 -04:00
pubsub_publish.c coverage: Exclude lines in pubsub_pub that can only be reached on bug 2019-03-25 16:35:34 -04:00
pubsub_publish.h doxygen: add @file declarations for src/lib 2019-10-26 11:13:29 -04:00
pubsub.h Run "make autostyle." 2019-06-05 09:33:35 -04:00