aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15docs: Don't export internal structs declared in src filesHarald Welte1-1/+1
Change-Id: I5db8ce90c1e1e393195c9a146ba617ab980a9390
2024-03-15docs: Don't export documentation about static (internal) functionsHarald Welte1-1/+1
The generated API documentation should be relevant to the API user, and hence only non-static/public functions are relevant Change-Id: I6fee052ad22877db85fe3207c7eac950d875873b
2024-03-15docs: Enable AUTOBRIEF feauture in doxygenHarald Welte1-2/+2
We have that enabled in libosmcore.git for ages, somehow we missed it here, resulting in missing 'brief' descriptions in the output. Change-Id: I751036baa9a2b30d94a2a302c7072a5487d2c26e
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-0/+1716
We should have doxygen documentation for all libosmo-* APIs. libosmo-netif is currently devoid of any API docs. Let's start with the stream and datagram socket related functions. Change-Id: I589a5e60d9df2b8a65fbaf68f80e3ae0039d8c2a