Difference between revisions of "API Reference"
From uGFX Wiki
m (→What is doxygen?) |
|||
Line 1: | Line 1: | ||
The µGFX library is fully in-source code documented using [http://doxygen.org doxygen]. | The µGFX library is fully in-source code documented using [http://doxygen.org doxygen]. | ||
+ | |||
+ | The API reference of the uGFX library can be found [http://api.ugfx.org here]. | ||
== What is doxygen? == | == What is doxygen? == | ||
Line 9: | Line 11: | ||
easily refer to the actual code. | easily refer to the actual code. | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:General]] | [[Category:General]] |
Revision as of 15:52, 4 February 2016
The µGFX library is fully in-source code documented using doxygen.
The API reference of the uGFX library can be found here.
What is doxygen?
From Wikipedia, the free encyclopedia:
Doxygen is a documentation generator, a tool for writing software reference documentation. The documentation is written within code, and is thus relatively easy to keep up to date. Doxygen can cross reference documentation and code, so that the reader of a document can easily refer to the actual code.