Jon Hall | ef8b44d | 2016-06-15 18:08:33 -0700 | [diff] [blame] | 1 | [epydoc] # Epydoc section marker (required by ConfigParser) |
| 2 | |
| 3 | # Information about the project. |
| 4 | name: TestON |
| 5 | url: https://github.com/opennetworkinglab/OnosSystemTest |
| 6 | |
| 7 | modules: core, bin, drivers |
| 8 | |
| 9 | # Write html output to the directory "apidocs" |
| 10 | output: html |
| 11 | target: Documentation/ |
| 12 | |
| 13 | # Include all automatically generated graphs. These graphs are |
| 14 | # generated using Graphviz dot. |
| 15 | graph: all |
| 16 | dotpath: /usr/bin/dot |
| 17 | |
| 18 | # Use included style to show inherited methods, variables, and properties |
| 19 | inheritance: included |