# HG changeset patch # User Mike Becker # Date 1739385659 -3600 # Node ID 9b6c3474af4382324a3eb8847c4e69398f7fce0d # Parent e4709b00ad04214b53d40fc7c6a4656f250fc3d7 add introduction text for API documentation diff -r e4709b00ad04 -r 9b6c3474af43 docs/Writerside/topics/features.md --- a/docs/Writerside/topics/features.md Tue Feb 11 21:58:33 2025 +0100 +++ b/docs/Writerside/topics/features.md Wed Feb 12 19:40:59 2025 +0100 @@ -1,1 +1,10 @@ # API Documentation + +Documentation of the UCX API is available as [Doxygen API Docs](https://ucx.sourceforge.io/api/), +generated from code, as well as handwritten documentation right here on this website. + +The Doxygen docstrings are written so that many IDEs can read them directly from the header files +and generate useful quick help while you are typing your code. + +If you want more detailed documentation and examples, refer to one of the Sections listed in the left menu. +