Skip to content

Commit 3aa203a

Browse files
authored
Merge pull request #202 from flingengine/chore/remove-doxygen
Remove generated Doxygen docs and doc-generation tooling
2 parents 71b13d6 + 1b94c58 commit 3aa203a

851 files changed

Lines changed: 2 additions & 107556 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ This project requires CMake 3.13 or higher, you can install it [here](https://cm
1818

1919
## For Linux
2020
This project uses GLFW, so you will need to install those libraries to your machine.
21-
GLFW also depends on having Doxygen, so you may want to have that as well.
2221

2322
Ubuntu:
2423
```
2524
sudo apt-get update
26-
sudo apt-get install doxygen
2725
sudo apt-get install -y libglm-dev libxcb-dri3-0 libxcb-present0
2826
sudo apt-get install -y libpciaccess0 libpng-dev libxcb-keysyms1-dev
2927
sudo apt-get install -y libxcb-dri3-dev libx11-dev

Skills/architecture.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ several things that look like cleanups are explicitly deferred or ruled out ther
2121
- `FlingTests/` — Catch2 tests, links the full `FlingEngine` library. See
2222
[`testing.md`](testing.md).
2323
- `external/` — vendored third-party dependencies (submodules). Never modified.
24-
- `docs/` — human-facing docs; `docs/CodingStyle.md` and `docs/BuildModules.md`
25-
are the two that matter for day-to-day work. (Most other files in `docs/` are
26-
generated Doxygen HTML output, not hand-maintained.)
24+
- `docs/` — human-facing docs: `docs/CodingStyle.md`, `docs/BuildModules.md`, and
25+
the `Fling-Engine-logo/` image used by the root README.
2726
- `scripts/` — repo tooling (`check_comment_style.py`, the one-time
2827
`migrate_doxygen_comments.py` migration).
2928
- `CMake/` — CMake helper modules (e.g. `FlingEngineInc.cmake`).

docs/BaseEditor_8cpp.html

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/BaseEditor_8h.html

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)