mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
39aa5f9c09
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.
19 lines
680 B
Plaintext
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).
|