diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-08 01:56:33 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-08 01:56:33 +0200 |
| commit | 88c9e7588efbf948cafdd0421665388da63cbe89 (patch) | |
| tree | 3ece7c83fb9b861be10ef4fdea93addd9faa5a05 | |
| parent | 7d7098909f9789e9988f9904800454ffdfe27660 (diff) | |
improve doxygen documentation
- fix INPUT
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | distrio.doxy | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrio.doxy b/distrio.doxy index 642a48b..2e4de87 100644 --- a/distrio.doxy +++ b/distrio.doxy @@ -665,7 +665,11 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = interfaces io common manager +INPUT = interfaces \ + common \ + io/lib io/bin/generic_gpio \ + manager/bin manager/lib \ + devices/simple_dev # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
