doxygen not all functions were documented, in fact...

see fsm.h for example  <>  so,going on...
This commit is contained in:
Jean Sirmai 2024-10-26 08:15:20 +02:00
parent 2e8613fb65
commit bb4a465f25
Signed by: jean
GPG Key ID: FB3115C340E057E3
61 changed files with 339 additions and 48 deletions

View File

@ -1 +1 @@
9b364f7b8a18f328ec3919134f2dea2e
0e862ef117de3095e5ae0817b5c10cda

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -1 +1 @@
c47177ae76c21a17544f9cbb12fa00ab
e466c6ac970a01f8feb0899d70231913

View File

@ -7,7 +7,7 @@
<para>fsm results manager </para>
</para>
<programlisting linenumbering="unnumbered">#include &lt;stdbool.h&gt;<?linebreak?>#include &quot;../../../include/fsm.h&quot;<?linebreak?>#include &quot;../../../include/widget.h&quot;<?linebreak?></programlisting>Include dependency graph for manager.c:<para>
<programlisting linenumbering="unnumbered">#include &lt;stdbool.h&gt;<?linebreak?>#include &quot;../../../include/fsm.h&quot;<?linebreak?>#include &quot;../../../include/widget.h&quot;<?linebreak?>#include &quot;../../../include/util.h&quot;<?linebreak?></programlisting>Include dependency graph for manager.c:<para>
<informalfigure>
<mediaobject>
<imageobject>
@ -19,13 +19,9 @@
<simplesect>
<title>Functions </title>
<itemizedlist>
<listitem><para><anchor xml:id="_fsm_2results_2manager_8c_1ac59294a7ff6934d0704c85aaf08dc268"/>void <emphasis role="strong">fsm_add_result</emphasis> (char *result_name)</para>
<para>phantom documentation </para>
<listitem><para>void <link linkend="_fsm_2results_2manager_8c_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result</link> (char *result_name)</para>
</listitem>
<listitem><para><anchor xml:id="_fsm_2results_2manager_8c_1ae228c78b1697ffd299d415ce2bdce515"/>void <emphasis role="strong">fsm_list_init_results</emphasis> ()</para>
<para>phantom documentation </para>
<listitem><para>void <link linkend="_fsm_2results_2manager_8c_1ae228c78b1697ffd299d415ce2bdce515">fsm_list_init_results</link> ()</para>
</listitem>
</itemizedlist>
</simplesect>
@ -36,4 +32,71 @@
<para>This file is part of Gem-graph. It manages the results (maintain a list, provides access). </para>
</section>
<section>
<title>Function Documentation</title>
<anchor xml:id="_fsm_2results_2manager_8c_1ac59294a7ff6934d0704c85aaf08dc268"/><section>
<title>fsm_add_result()</title>
<indexterm><primary>fsm_add_result</primary><secondary>manager.c</secondary></indexterm>
<indexterm><primary>manager.c</primary><secondary>fsm_add_result</secondary></indexterm>
<para><computeroutput>void fsm_add_result (char * result_name)</computeroutput></para>
<para><formalpara><title>See also</title>
<para><link linkend="_util_8h_1a7a9bfe2d249e5da19a1117c7d5636b8a">util_concat()</link></para>
<para><link linkend="_fsm_8h_1a9d131c81f05d5ee502b715db0e4e172a">fsm_init()</link> </para>
</formalpara>
</para>
Here is the call graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d0e/fsm_2results_2manager_8c_ac59294a7ff6934d0704c85aaf08dc268_cgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d0e/fsm_2results_2manager_8c_ac59294a7ff6934d0704c85aaf08dc268_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_2results_2manager_8c_1ae228c78b1697ffd299d415ce2bdce515"/><section>
<title>fsm_list_init_results()</title>
<indexterm><primary>fsm_list_init_results</primary><secondary>manager.c</secondary></indexterm>
<indexterm><primary>manager.c</primary><secondary>fsm_list_init_results</secondary></indexterm>
<para><computeroutput>void fsm_list_init_results ( )</computeroutput></para>
<para><formalpara><title>See also</title>
<para><link linkend="_fsm_8h_1a9d131c81f05d5ee502b715db0e4e172a">fsm_init()</link></para>
<para><link linkend="_fsm_2results_2manager_8c_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result()</link> </para>
<para><link linkend="_fsm_8h_1a8c67f42f95d48ee2469c9a27d65db3e6">fsm_journal_event()</link> </para>
</formalpara>
</para>
Here is the call graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d0e/fsm_2results_2manager_8c_ae228c78b1697ffd299d415ce2bdce515_cgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d2/d0e/fsm_2results_2manager_8c_ae228c78b1697ffd299d415ce2bdce515_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
</section>
</section>

View File

@ -0,0 +1 @@
e52f9ae9d40813f16025e894267d826f

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1 @@
e446d5c335390f6e7f042c3e2fa4b5d1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1 @@
5b49c6139196a659d8e343e4c1d24f92

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
3515e3d30dc2379d80c940d9bd3a28eb

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -416,6 +416,15 @@ Here is the call graph for this function:<para>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d4/d07/fsm_2dispatch_8c_a8c67f42f95d48ee2469c9a27d65db3e6_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_2dispatch_8c_1a435d1a5171a7d69662d701234722fee2"/><section>
<title>fsm_journal_publication_request()</title>

View File

@ -0,0 +1 @@
352a6488c7811bf6eccc660dcef0d4d7

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

View File

@ -1 +1 @@
87934165da802c51b71b5ddec010d3d3
6c005448a16bd60f39e85a9d432732d8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -1 +1 @@
e712ea8e92960b9e613c7a55a4013147
99e5a2639163ade109b704a3675e18e5

View File

@ -1 +1 @@
bfc5d88f48bc77e6ac62329dd92d1cb6
4244ad92146194bcb7ae2f61115b39cf

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -1 +1 @@
9283e56ee6b8fde0f193b45fd42a6134
714c62a3e8afeb103ad81eeda37f3ec7

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -21,7 +21,7 @@
<itemizedlist>
<listitem><para>char * <link linkend="_strings__op_8c_1a7a9bfe2d249e5da19a1117c7d5636b8a">util_concat</link> (const char *str,...)</para>
<para><link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
<para>/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op.c:63: warning: unable to resolve reference to &apos;...&apos; for ref command TODO (...ref desactivated) @ ref <link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
</listitem>
</itemizedlist>
</simplesect>
@ -52,12 +52,28 @@
<indexterm><primary>strings_op.c</primary><secondary>util_concat</secondary></indexterm>
<para><computeroutput>char * util_concat (const char * str, ...)</computeroutput></para><para>
<para><link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
<para>/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op.c:63: warning: unable to resolve reference to &apos;...&apos; for ref command TODO (...ref desactivated) @ ref <link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
</para>
<para><formalpara><title>See also</title>
<para>(in glibc/manual) &gt; ellipsis (‘…’) A.2.2.2 Receiving the Argument Values</para>
<para><link linkend="_widget_8h_1a8d42128cf54da36d55112fa5f5634f96">widget_get_selected_rule_conditions_list_btt()</link> </para>
<para><link linkend="_widget_8h_1afabb3345620886cdee4f2b76c9d84a51">widget_get_page_measure()</link> </para>
<para><link linkend="_util_8h_1aaa9fc96cf3047e5a323156c7f500d5fb">util_trigger_test()</link> </para>
<para><link linkend="_signal_8h_1a96d37258cb0899328930622d8098eb1c">on_topbar_right_measure_clicked()</link> </para>
<para><link linkend="_signal_8h_1aacc95ffe2d93a2b74e1eb1ff429de55d">on_toggle_state_rules_data()</link> </para>
<para><link linkend="_fsm_8h_1a1cd2f8cf1891095e1496c76b17aed7f2">fsm_set_state_rules_data()</link> </para>
<para><link linkend="_fsm_8h_1a1f8ada2e7bb701277fc6c5a378b93c88">fsm_set_exec_edit()</link> </para>
<para><link linkend="_fsm_8h_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result()</link></para>
</formalpara>
<formalpara>
@ -87,6 +103,15 @@ Parameters</title>
<para>* </para>
</formalpara>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d8/d01/strings__op_8c_a7a9bfe2d249e5da19a1117c7d5636b8a_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
</section>
</section>

View File

@ -0,0 +1 @@
fc5da1983702d6ad768aab84eaa9578e

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1 +1 @@
f536822b31771a82f7e8fa55bfc478c8
9b7fbc8662e7142ceaca22fb54f18574

View File

@ -1 +1 @@
62d1afd39573bf28b16d84927ffc17aa
fb0feaa1a43368a5d90738d8a3fd3a9e

View File

@ -1 +1 @@
c3b750fcc7b1c32b79c908bbe2190691
f97b2e79a3ccbf78b0187251019b9cde

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -1 +1 @@
62d1afd39573bf28b16d84927ffc17aa
fb0feaa1a43368a5d90738d8a3fd3a9e

View File

@ -1 +1 @@
f536822b31771a82f7e8fa55bfc478c8
9b7fbc8662e7142ceaca22fb54f18574

View File

@ -72,7 +72,7 @@ This graph shows which files directly or indirectly include this file:<para>
</listitem>
<listitem><para>char * <link linkend="_util_8h_1a7a9bfe2d249e5da19a1117c7d5636b8a">util_concat</link> (const char *str,...)</para>
<para><link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
<para>/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op.c:63: warning: unable to resolve reference to &apos;...&apos; for ref command TODO (...ref desactivated) @ ref <link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
</listitem>
<listitem><para>void <link linkend="_util_8h_1a87a9dcc9beba6b65e30ce4294c20713d">util_pile_clear</link> (<link linkend="_structpile">pile</link> **)</para>
</listitem>
@ -226,12 +226,28 @@ Parameters</title>
<indexterm><primary>util.h</primary><secondary>util_concat</secondary></indexterm>
<para><computeroutput>char * util_concat (const char * str, ...)</computeroutput></para><para>
<para><link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
<para>/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op.c:63: warning: unable to resolve reference to &apos;...&apos; for ref command TODO (...ref desactivated) @ ref <link xlink:href="https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes">https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes</link> </para>
</para>
<para><formalpara><title>See also</title>
<para>(in glibc/manual) &gt; ellipsis (‘…’) A.2.2.2 Receiving the Argument Values</para>
<para><link linkend="_widget_8h_1a8d42128cf54da36d55112fa5f5634f96">widget_get_selected_rule_conditions_list_btt()</link> </para>
<para><link linkend="_widget_8h_1afabb3345620886cdee4f2b76c9d84a51">widget_get_page_measure()</link> </para>
<para><link linkend="_util_8h_1aaa9fc96cf3047e5a323156c7f500d5fb">util_trigger_test()</link> </para>
<para><link linkend="_signal_8h_1a96d37258cb0899328930622d8098eb1c">on_topbar_right_measure_clicked()</link> </para>
<para><link linkend="_signal_8h_1aacc95ffe2d93a2b74e1eb1ff429de55d">on_toggle_state_rules_data()</link> </para>
<para><link linkend="_fsm_8h_1a1cd2f8cf1891095e1496c76b17aed7f2">fsm_set_state_rules_data()</link> </para>
<para><link linkend="_fsm_8h_1a1f8ada2e7bb701277fc6c5a378b93c88">fsm_set_exec_edit()</link> </para>
<para><link linkend="_fsm_8h_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result()</link></para>
</formalpara>
<formalpara>
@ -261,6 +277,15 @@ Parameters</title>
<para>* </para>
</formalpara>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../d8/d0c/util_8h_a7a9bfe2d249e5da19a1117c7d5636b8a_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_util_8h_1adbe03a3d239b22390e9de809443c8df9"/><section>
<title>util_gl_get_stack()</title>

View File

@ -0,0 +1 @@
fc5da1983702d6ad768aab84eaa9578e

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1 +1 @@
a76e5bb7ac98be39408fd21f15ea9335
8775594b36e96a404236d810f0e799f5

View File

@ -251,9 +251,7 @@ This graph shows which files directly or indirectly include this file:<para>
</listitem>
<listitem><para>void <link linkend="_fsm_8h_1a5da29952715596bf17643f907bd64daf">fsm_list_init_measures</link> ()</para>
</listitem>
<listitem><para><anchor xml:id="_fsm_8h_1ae228c78b1697ffd299d415ce2bdce515"/>void <emphasis role="strong">fsm_list_init_results</emphasis> ()</para>
<para>phantom documentation </para>
<listitem><para>void <link linkend="_fsm_8h_1ae228c78b1697ffd299d415ce2bdce515">fsm_list_init_results</link> ()</para>
</listitem>
<listitem><para>void <link linkend="_fsm_8h_1a8eaa768708ebc21d710a8cc6144af1d3">fsm_list_init_displayables</link> ()</para>
</listitem>
@ -285,9 +283,7 @@ This graph shows which files directly or indirectly include this file:<para>
</listitem>
<listitem><para>void <link linkend="_fsm_8h_1a6c711a88f128da33895ebd6cdf96ed66">fsm_add_measure</link> (char *measure_name)</para>
</listitem>
<listitem><para><anchor xml:id="_fsm_8h_1ac59294a7ff6934d0704c85aaf08dc268"/>void <emphasis role="strong">fsm_add_result</emphasis> (char *result_name)</para>
<para>phantom documentation </para>
<listitem><para>void <link linkend="_fsm_8h_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result</link> (char *result_name)</para>
</listitem>
<listitem><para>void <link linkend="_fsm_8h_1aa69a9ce07b26ad1863960c6f0d1303b5">fsm_add_displayable</link> (char *displayable_name)</para>
</listitem>
@ -612,6 +608,37 @@ Here is the caller graph for this function:<para>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_8h_1ac59294a7ff6934d0704c85aaf08dc268"/><section>
<title>fsm_add_result()</title>
<indexterm><primary>fsm_add_result</primary><secondary>fsm.h</secondary></indexterm>
<indexterm><primary>fsm.h</primary><secondary>fsm_add_result</secondary></indexterm>
<para><computeroutput>void fsm_add_result (char * result_name)</computeroutput></para>
<para><formalpara><title>See also</title>
<para><link linkend="_util_8h_1a7a9bfe2d249e5da19a1117c7d5636b8a">util_concat()</link></para>
<para><link linkend="_fsm_8h_1a9d131c81f05d5ee502b715db0e4e172a">fsm_init()</link> </para>
</formalpara>
</para>
Here is the call graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../dd/d01/fsm_8h_ac59294a7ff6934d0704c85aaf08dc268_cgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../dd/d01/fsm_8h_ac59294a7ff6934d0704c85aaf08dc268_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_8h_1a51424f38912d7ac0f5df50d6f073bfff"/><section>
<title>fsm_get_data()</title>
<indexterm><primary>fsm_get_data</primary><secondary>fsm.h</secondary></indexterm>
@ -1023,6 +1050,15 @@ Here is the call graph for this function:<para>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../dd/d01/fsm_8h_a8c67f42f95d48ee2469c9a27d65db3e6_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_8h_1ae6db4255fc3be03e0df09e7eda86b079"/><section>
<title>fsm_journal_init()</title>
@ -1435,6 +1471,39 @@ Here is the caller graph for this function:<para>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_8h_1ae228c78b1697ffd299d415ce2bdce515"/><section>
<title>fsm_list_init_results()</title>
<indexterm><primary>fsm_list_init_results</primary><secondary>fsm.h</secondary></indexterm>
<indexterm><primary>fsm.h</primary><secondary>fsm_list_init_results</secondary></indexterm>
<para><computeroutput>void fsm_list_init_results ( )</computeroutput></para>
<para><formalpara><title>See also</title>
<para><link linkend="_fsm_8h_1a9d131c81f05d5ee502b715db0e4e172a">fsm_init()</link></para>
<para><link linkend="_fsm_2results_2manager_8c_1ac59294a7ff6934d0704c85aaf08dc268">fsm_add_result()</link> </para>
<para><link linkend="_fsm_8h_1a8c67f42f95d48ee2469c9a27d65db3e6">fsm_journal_event()</link> </para>
</formalpara>
</para>
Here is the call graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../dd/d01/fsm_8h_ae228c78b1697ffd299d415ce2bdce515_cgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
Here is the caller graph for this function:<para>
<informalfigure>
<mediaobject>
<imageobject>
<imagedata width="50%" align="center" valign="middle" scalefit="0" fileref="../../dd/d01/fsm_8h_ae228c78b1697ffd299d415ce2bdce515_icgraph.png"></imagedata>
</imageobject>
</mediaobject>
</informalfigure>
</para>
</section>
<anchor xml:id="_fsm_8h_1a9682b83c800a1d48695a58744997d4d8"/><section>
<title>fsm_remove_data()</title>
<indexterm><primary>fsm_remove_data</primary><secondary>fsm.h</secondary></indexterm>

View File

@ -1 +1 @@
e712ea8e92960b9e613c7a55a4013147
99e5a2639163ade109b704a3675e18e5

View File

@ -0,0 +1 @@
352a6488c7811bf6eccc660dcef0d4d7

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 KiB

View File

@ -1 +1 @@
87934165da802c51b71b5ddec010d3d3
6c005448a16bd60f39e85a9d432732d8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -0,0 +1 @@
e52f9ae9d40813f16025e894267d826f

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1 @@
e446d5c335390f6e7f042c3e2fa4b5d1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1 @@
5b49c6139196a659d8e343e4c1d24f92

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
3515e3d30dc2379d80c940d9bd3a28eb

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1 +1 @@
ab1cc5545d0f7caef8a7aabb48eb8bd6
7f0ed1c3f1c34f2717c5b72b55bfe91e

View File

@ -1 +1 @@
a76e5bb7ac98be39408fd21f15ea9335
8775594b36e96a404236d810f0e799f5

View File

@ -1 +1 @@
ab1cc5545d0f7caef8a7aabb48eb8bd6
7f0ed1c3f1c34f2717c5b72b55bfe91e

View File

@ -1 +1 @@
c47177ae76c21a17544f9cbb12fa00ab
e466c6ac970a01f8feb0899d70231913

View File

@ -2461,7 +2461,7 @@ HAVE_DOT = YES
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS = 8
DOT_NUM_THREADS = 10
# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
# subgraphs. When you want a differently looking font in the dot files that
@ -2740,7 +2740,7 @@ PLANTUML_INCLUDE_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_GRAPH_MAX_NODES = 50
DOT_GRAPH_MAX_NODES = 120
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the

View File

@ -160,7 +160,6 @@ include/fsm.h \- FSM (Finite State Machine) header\&.
.ti -1c
.RI "void \fBfsm_list_init_results\fP ()"
.br
.RI "phantom documentation "
.ti -1c
.RI "void \fBfsm_list_init_displayables\fP ()"
.br
@ -197,7 +196,6 @@ include/fsm.h \- FSM (Finite State Machine) header\&.
.ti -1c
.RI "void \fBfsm_add_result\fP (char *result_name)"
.br
.RI "phantom documentation "
.ti -1c
.RI "void \fBfsm_add_displayable\fP (char *displayable_name)"
.br
@ -402,6 +400,17 @@ src/fsm/dispatch/fsm_journal_event()
.RE
.PP
.SS "void fsm_add_result (char * result_name)"
.PP
\fBSee also\fP
.RS 4
\fButil_concat()\fP
.PP
\fBfsm_init()\fP
.RE
.PP
.SS "int fsm_get_data (\fBfsm_struct_list_data\fP d, int from, int to)"
.PP
@ -837,6 +846,19 @@ src/fsm/dispatch/fsm_init()
.RE
.PP
.SS "void fsm_list_init_results ()"
.PP
\fBSee also\fP
.RS 4
\fBfsm_init()\fP
.PP
\fBfsm_add_result()\fP
.PP
\fBfsm_journal_event()\fP
.RE
.PP
.SS "void fsm_remove_data (\fBfsm_struct_list_data\fP d, int * p_data)"
.PP

View File

@ -20,7 +20,7 @@ src/util/strings_op.c \- concat
.ti -1c
.RI "char * \fButil_concat\fP (const char *str,\&.\&.\&.)"
.br
.RI "https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes "
.RI "/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op\&.c:63: warning: unable to resolve reference to '\&.\&.\&.' for ref command TODO (.\&.\&.ref desactivated) @ ref https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes "
.in -1c
.SH "Detailed Description"
.PP
@ -44,11 +44,27 @@ This section describes how to declare variadic functions, how to write them, and
.SS "char * util_concat (const char * str, \&.\&.\&.)"
.PP
https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op\&.c:63: warning: unable to resolve reference to '\&.\&.\&.' for ref command TODO (.\&.\&.ref desactivated) @ ref https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
.PP
\fBSee also\fP
.RS 4
(in glibc/manual) > ellipsis (‘…’) A\&.2\&.2\&.2 Receiving the Argument Values
.PP
\fBwidget_get_selected_rule_conditions_list_btt()\fP
.PP
\fBwidget_get_page_measure()\fP
.PP
\fButil_trigger_test()\fP
.PP
\fBon_topbar_right_measure_clicked()\fP
.PP
\fBon_toggle_state_rules_data()\fP
.PP
\fBfsm_set_state_rules_data()\fP
.PP
\fBfsm_set_exec_edit()\fP
.PP
\fBfsm_add_result()\fP
.RE
.PP
\fBParameters\fP

View File

@ -62,7 +62,7 @@ include/util.h \- utilities header
.ti -1c
.RI "char * \fButil_concat\fP (const char *str,\&.\&.\&.)"
.br
.RI "https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes "
.RI "/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op\&.c:63: warning: unable to resolve reference to '\&.\&.\&.' for ref command TODO (.\&.\&.ref desactivated) @ ref https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes "
.ti -1c
.RI "void \fButil_pile_clear\fP (\fBpile\fP **)"
.br
@ -200,11 +200,27 @@ GtkWidget* pointer to the new widget
.SS "char * util_concat (const char * str, \&.\&.\&.)"
.PP
https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
/home/jean/Gem-Graph/gem-graph-client/src/util/strings_op\&.c:63: warning: unable to resolve reference to '\&.\&.\&.' for ref command TODO (.\&.\&.ref desactivated) @ ref https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
.PP
\fBSee also\fP
.RS 4
(in glibc/manual) > ellipsis (‘…’) A\&.2\&.2\&.2 Receiving the Argument Values
.PP
\fBwidget_get_selected_rule_conditions_list_btt()\fP
.PP
\fBwidget_get_page_measure()\fP
.PP
\fButil_trigger_test()\fP
.PP
\fBon_topbar_right_measure_clicked()\fP
.PP
\fBon_toggle_state_rules_data()\fP
.PP
\fBfsm_set_state_rules_data()\fP
.PP
\fBfsm_set_exec_edit()\fP
.PP
\fBfsm_add_result()\fP
.RE
.PP
\fBParameters\fP

BIN
doc/showcase/journal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@ -29,6 +29,7 @@
#include "../../../include/fsm.h"
#include "../../../include/widget.h"
#include "../../../include/util.h"
/******************************************************************************/
@ -63,21 +64,40 @@
// - concat ?
static void *list_results;
// static void *list_results = NULL;// TODO init this list !
/** phantom documentation */
/**
* @callgraph
* @see util_concat()
* @callergraph
* @see fsm_init()
*/
void fsm_add_result (char *result_name)
{
printf("fsm_add_result %p <<< %s (see fsm.c)\n", list_results, result_name);
fsm_journal_event (DEBUG,
RESULTS,
"fsm/results/manager",
util_concat ("fsm results list: ", result_name, NULL),
"ghost ! oh my ! 😮️");
// printf("fsm_add_result %p <<< %s (see fsm.c)\n", list_results, result_name);
}
/** phantom documentation */
/**
* @callergraph
* @see fsm_init()
* @callgraph
* @see fsm_add_result()
* @see fsm_journal_event()
*/
void fsm_list_init_results ()
{
// TODO init this list !
fsm_journal_event (DEBUG,
RESULTS,
"fsm/results/manager",
"fsm results list is ready to use",
"(double chained)");
fsm_add_result ("phantom result");
}

View File

@ -60,9 +60,22 @@
#include <string.h>
/**
* https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
* /home/jean/Gem-Graph/gem-graph-client/src/util/strings_op.c:63:
* warning: unable to resolve reference to '...' for ref command
* TODO (@...ref desactivated)
* @ ref https://sourceware.org/glibc/manual/latest/html_mono/libc.html#Variadic-Prototypes
* @see (in glibc/manual) > ellipsis () A.2.2.2 Receiving the Argument Values
*
* @callergraph
* @see widget_get_selected_rule_conditions_list_btt()
* @see widget_get_page_measure()
* @see util_trigger_test()
* @see on_topbar_right_measure_clicked()
* @see on_toggle_state_rules_data()
* @see fsm_set_state_rules_data()
* @see fsm_set_exec_edit()
* @see fsm_add_result()
*
* @param *str
* @param ...
*

View File

@ -90,3 +90,4 @@ void *widget_get_selected_rule_assignments_list_btt()
return assignations;
}