Add graph references

This commit is contained in:
Abdelrahman Said
2026-06-28 13:49:01 +01:00
parent 0a9807e448
commit a11edf0c53
2578 changed files with 868045 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
<?xml version="1.0"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
]>
<section id="igraph-Progress">
<title>Progress handlers</title>
<section id="about-progress-handlers">
<!-- doxrox-include about_progress_handlers -->
</section>
<section id="setting-up-progress-handlers"><title>Setting up progress handlers</title>
<!-- doxrox-include igraph_progress_handler_t -->
<!-- doxrox-include igraph_set_progress_handler -->
<!-- doxrox-include igraph_progress_handler_stderr -->
</section>
<section id="invoking-the-progress-handler"><title>Invoking the progress handler</title>
<!-- doxrox-include IGRAPH_PROGRESS -->
<!-- doxrox-include IGRAPH_PROGRESSF -->
<!-- doxrox-include igraph_progress -->
<!-- doxrox-include igraph_progressf -->
</section>
<section id="writing-progress-handlers">
<!-- doxrox-include writing_progress_handlers -->
</section>
<section id="functions-with-progress">
<!-- doxrox-include igraph_functions_with_progress -->
</section>
<section id="progress-and-threads">
<!-- doxrox-include progress_and_threads -->
</section>
</section>