gnucash/libgnucash/engine/README
Geert Janssens 39aa5f9c09 Remove texi design document in engine
It's extremely out of date and we no longer use it to keep track
of our design decisions and suggestions.

Only a section on KVP policy has been move into kvp_doc.txt
as it may make sense there.
2024-05-23 15:10:05 +02:00

19 lines
680 B
Plaintext

This directory contains code for the accounting engine.
Its fairly clean but far from perfect, and it certainly
lacks advanced features.
There should be no GUI code in this subdirectory, and,
ideally, it should build cleanly and independently of
any GUI elements or assumptions.
For design documentation, please read our doxygen documentation.
This can be found at https://code.gnucash.org/docs/STABLE/
Alternatively you can build it yourself by running
[ninja|make] doc
The result will be found in
{builddir}/libgnucash/doc/html/index.html
The same information can mostly be found directly in the header
files in this directory as well (though in marked up source format).