diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 7b759002..16570212 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -876,6 +876,7 @@ INPUT = @CMAKE_SOURCE_DIR@/docs/naja.md INPUT += @CMAKE_SOURCE_DIR@/src/core INPUT += @CMAKE_SOURCE_DIR@/src/snl INPUT += @CMAKE_SOURCE_DIR@/src/dnl +INPUT += @CMAKE_SOURCE_DIR@/src/bne # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/docs/index.rst b/docs/index.rst index ee0e6f0f..becf7333 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -29,5 +29,11 @@ Welcome to Naja's documentation! dnl/index +.. toctree:: + :maxdepth: 2 + :caption: BNE (Batch Netlist Editor) + + bne/index + * :ref:`genindex` * :ref:`search` \ No newline at end of file