Skip to content

Commit

Permalink
Add source code rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Jan 30, 2024
1 parent ba91eeb commit 5e0b6e0
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/source_code/source_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ Source

src/*

.. toctree::
:caption: src/display_device
:maxdepth: 1
:glob:

src/display_device/*

.. toctree::
:caption: src/platform
:maxdepth: 1
Expand Down Expand Up @@ -89,3 +96,10 @@ Source
:glob:

src/platform/windows/*

.. toctree::
:caption: src/platform/windows/display_device
:maxdepth: 1
:glob:

src/platform/windows/display_device/*
5 changes: 5 additions & 0 deletions docs/source/source_code/src/display_device/display_device.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
display_device
==============

.. doxygenfile:: display_device.h
:allow-dot-graphs:
5 changes: 5 additions & 0 deletions docs/source/source_code/src/display_device/parsed_config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
parsed_config
=============

.. doxygenfile:: parsed_config.h
:allow-dot-graphs:
5 changes: 5 additions & 0 deletions docs/source/source_code/src/display_device/session.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
session
=======

.. doxygenfile:: session.h
:allow-dot-graphs:
5 changes: 5 additions & 0 deletions docs/source/source_code/src/display_device/settings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
settings
========

.. doxygenfile:: settings.h
:allow-dot-graphs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
settings_data
=============

.. doxygenfile:: settings_data.h
:allow-dot-graphs:
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
settings_topology
=================

.. doxygenfile:: settings_topology.h
:allow-dot-graphs:

0 comments on commit 5e0b6e0

Please sign in to comment.