diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-22 17:28:28 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-22 17:28:28 +0100 |
commit | 1499363d85abedbdb571e33801b821f4dfabc638 (patch) | |
tree | 32799f2e966c7c39808eb29cca85736742600c60 /src/doc/internals.dox | |
parent | 610461763977597c5df213d272a514730dd2364e (diff) |
more documentation
Diffstat (limited to 'src/doc/internals.dox')
-rw-r--r-- | src/doc/internals.dox | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/doc/internals.dox b/src/doc/internals.dox new file mode 100644 index 0000000..2d2ca56 --- /dev/null +++ b/src/doc/internals.dox @@ -0,0 +1,10 @@ +// vim:ft=doxygen +/** + +\defgroup internal Internals +\brief Internal engine structure and other conventions + +\todo This page is incomplete +\todo Anything about Contexts? + +*/ |