Skip to content

Commit

Permalink
docs: add interactive table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Aug 30, 2024
1 parent 4b7336e commit 6d6b705
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# doxyconfig

<style>
.hide-in-github {
display: none;
}
</style>

<div class="hide-in-github">
[TOC]
</div>

This is a common Doxygen config for LizardByte projects.

## Usage
Expand Down
10 changes: 10 additions & 0 deletions docs/source_code.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Source Code

<style>
.hide-in-github {
display: none;
}
</style>

<div class="hide-in-github">
[TOC]
</div>

Code should be documented using Doxygen syntax.

## Guidelines
Expand Down

0 comments on commit 6d6b705

Please sign in to comment.