doc: Include header files in documentation
This commit is contained in:
parent
2c264f60a6
commit
50dd5074a5
|
@ -8,6 +8,9 @@ To use the public APIs, include ``nghttp2/nghttp2.h``::
|
||||||
|
|
||||||
#include <nghttp2/nghttp2.h>
|
#include <nghttp2/nghttp2.h>
|
||||||
|
|
||||||
|
The header files are also available online: :doc:`nghttp2.h` and
|
||||||
|
:doc:`nghttp2ver.h`.
|
||||||
|
|
||||||
Remarks
|
Remarks
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,8 @@ Contents:
|
||||||
|
|
||||||
package_README
|
package_README
|
||||||
apiref
|
apiref
|
||||||
|
nghttp2.h
|
||||||
|
nghttp2ver.h
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
---------
|
---------
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
nghttp2.h
|
||||||
|
=========
|
||||||
|
|
||||||
|
.. literalinclude:: ../lib/includes/nghttp2/nghttp2.h
|
|
@ -0,0 +1,4 @@
|
||||||
|
nghttp2ver.h
|
||||||
|
============
|
||||||
|
|
||||||
|
.. literalinclude:: ../lib/includes/nghttp2/nghttp2ver.h
|
Loading…
Reference in New Issue