diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-28 04:52:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-28 04:52:58 +0200 |
commit | d5da100c55d80391d2e941a41c0e0dccf2a6e33e (patch) | |
tree | 1aca67556ed8ea1e2f9fa2a73ebf1a84e8cd34a7 /src/async.c | |
parent | d859894f7a88e07e7beae8dc355278cfd6c185e2 (diff) | |
download | fastd-d5da100c55d80391d2e941a41c0e0dccf2a6e33e.tar fastd-d5da100c55d80391d2e941a41c0e0dccf2a6e33e.zip |
Still more documentation
Diffstat (limited to 'src/async.c')
-rw-r--r-- | src/async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async.c b/src/async.c index fb1af41..fa93cd0 100644 --- a/src/async.c +++ b/src/async.c @@ -24,7 +24,7 @@ */ /** - \file src/async.c + \file Asynchronous notifications */ |