Lines Matching full:documentation
1 .. _code-documentation:
3 Code Documentation
6 API Documentation
11 documentation tool that the zephyr project uses for documenting APIs. It
12 generates either an on-line documentation browser (in HTML) and/or provides
15 when producing the Zephyr project's online documentation.
21 features and can be traced back to features. We use the API documentation as the
26 Test Documentation
31 documentation for all unit and integration tests maintained in the same
37 Documentation Guidelines
44 :ref:`Ztest framework <test-framework>`. Test documentation should only be done
50 Test documentation should not interfere with the actual API documentation and
53 documentation in its own module and identify it uniquely when parsing test data
56 - All test code documentation should be grouped under the ``all_tests`` doxygen
58 - All test documentation should be under doxygen groups that are prefixed
108 To generate the matrix, you will first need to build the documentation,