aboutsummaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2024-01-02Generate a tagfile with DoxygenJamesWrigley1-0/+1
This creates an XML file with information about each symbol, including the anchors used in the URL. It's useful to have this to generate links to the documentation from other documentation systems. Signed-off-by: James Wrigley <james@puiterwijk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-03-15doc: Fix doxygen errors when QUIET=yes EXTRACT_ALL=yesNorbert Pocs1-1/+2
Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-03-15cmake: Add documentation coverage target into makeNorbert Pocs1-0/+2
Convenient way to run doc coverage by `make docs_coverage` Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-03-15doc/cmakeLists: Fix exclude external dirNorbert Pocs1-1/+1
Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Sahana Prasad <sahana@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2023-02-01doc/CMakeLists.txt: Exclude non-wanted symbolsNorbert Pocs1-0/+38
(Some) structures, typedefs and macros don't need to be included in the documentation. Signed-off-by: Norbert Pocs <npocs@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2020-04-15Make the documentation reproducibleLaurent Bigonville1-0/+1
Signed-off-by: Laurent Bigonville <bigon@bigon.be> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2020-03-27doc: Make sure we parse the server and sftp documentationAndreas Schneider1-0/+2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2018-08-30cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29cmake: Only support building docs the on cmake >= 3.9Andreas Schneider1-1/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29cmake: Fix typo in doc fileAndreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-29doc: Update doxygen documentationAndreas Schneider1-0/+32
This fixes some issues with the new docs and uses a new modern style. https://github.com/jl-wynen/that_style Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-27cmake: Fix doxygen generationAndreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2018-08-22cmake: Use FindDoxygen package provided by cmakeAndreas Schneider1-1/+5
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2009-02-03Add a 'make doc' target to create doxygen documentation.Andreas Schneider1-0/+5
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@224 7dcaeef0-15fb-0310-b436-a5af3365683c