Skip to content

Commit

Permalink
doxy refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetmertguduz committed Jun 7, 2024
1 parent 6d56a6b commit 15d6a1b
Show file tree
Hide file tree
Showing 16 changed files with 121 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/html/d3/d45/create__posts__window_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="../../d3/d45/create__posts__window_8c.html#ad1975f63b7ab6049822e7b85a4bd40ee"> 16</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d3/d45/create__posts__window_8c.html#ad1975f63b7ab6049822e7b85a4bd40ee">create_posts_window</a>(WINDOW **window, <span class="keywordtype">int</span> *posts_panel_height) </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>{</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> <span class="comment">/* Create the posts window until information, taking 12 lines from it because the info and controls window line is 12. */</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> *posts_panel_height = LINES - 12;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> *posts_panel_height = LINES - 13;</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> *window = newwin(*posts_panel_height, COLS, 3, 0);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> box(*window, 0, 0);</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/d6/d24/create__controls__window_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="../../d6/d24/create__controls__window_8c.html#a0a856b187dbd59a65a8bc9ffe5a597b1"> 18</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d6/d24/create__controls__window_8c.html#a0a856b187dbd59a65a8bc9ffe5a597b1">create_controls_window</a>(WINDOW *window, <span class="keywordtype">int</span> *posts_panel_height, <a class="code hl_struct" href="../../dd/dee/structcontrol.html">control</a> *<a class="code hl_variable" href="../../dc/dec/search_8c.html#af0d0e693c574c3bfb0fcdcca37cbd745">controls</a>, <span class="keywordtype">int</span> total_controls) </div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span>{</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> window = newwin(3, COLS, 9 + *posts_panel_height, 0);</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> window = newwin(3, COLS, 10 + *posts_panel_height, 0);</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> box(window, 0, 0);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> <a class="code hl_function" href="../../dc/d2b/set__window__title_8c.html#a99e678a5bf2aa342184677f946dc1439">set_window_title</a>(window, <span class="stringliteral">&quot;CONTROLS&quot;</span>);</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/html/d9/d28/create__post__tags__window_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a800291b89cb5eebec38a251c0ea0a24f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f">create_post_tags_window</a> (WINDOW *window, int *posts_panel_height)</td></tr>
<tr class="memdesc:a800291b89cb5eebec38a251c0ea0a24f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new window to display post tags and adds it to the specified position. <a href="../../d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f">More...</a><br /></td></tr>
<tr class="separator:a800291b89cb5eebec38a251c0ea0a24f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa5859b14c57e819f651888724030194"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194">create_post_tags_window</a> (WINDOW **window, int *posts_panel_height)</td></tr>
<tr class="memdesc:afa5859b14c57e819f651888724030194"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new window to display post tags and adds it to the specified position. <a href="../../d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194">More...</a><br /></td></tr>
<tr class="separator:afa5859b14c57e819f651888724030194"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p >This file is used to create a new window to display post tags and adds it to the specified position. </p>
Expand All @@ -154,16 +154,16 @@

<p class="definition">Definition in file <a class="el" href="../../d9/d28/create__post__tags__window_8c_source.html">create_post_tags_window.c</a>.</p>
</div><h2 class="groupheader">Function Documentation</h2>
<a id="a800291b89cb5eebec38a251c0ea0a24f" name="a800291b89cb5eebec38a251c0ea0a24f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a800291b89cb5eebec38a251c0ea0a24f">&#9670;&nbsp;</a></span>create_post_tags_window()</h2>
<a id="afa5859b14c57e819f651888724030194" name="afa5859b14c57e819f651888724030194"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afa5859b14c57e819f651888724030194">&#9670;&nbsp;</a></span>create_post_tags_window()</h2>

<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void create_post_tags_window </td>
<td>(</td>
<td class="paramtype">WINDOW *&#160;</td>
<td class="paramtype">WINDOW **&#160;</td>
<td class="paramname"><em>window</em>, </td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/d9/d28/create__post__tags__window_8c.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var create__post__tags__window_8c =
[
[ "create_post_tags_window", "d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f", null ]
[ "create_post_tags_window", "d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194", null ]
];
12 changes: 6 additions & 6 deletions docs/html/d9/d28/create__post__tags__window_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@
<a href="../../d9/d28/create__post__tags__window_8c.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span> </div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="preprocessor">#include &quot;<a class="code" href="../../de/d29/yiffy__search_8h.html">yiffy_search.h</a>&quot;</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="../../d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f"> 16</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f">create_post_tags_window</a>(WINDOW *window, <span class="keywordtype">int</span> *posts_panel_height) </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="../../d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194"> 16</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="../../d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194">create_post_tags_window</a>(WINDOW **window, <span class="keywordtype">int</span> *posts_panel_height) </div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span>{</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> window = newwin(6, COLS, 3 + *posts_panel_height, 0);</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> box(window, 0, 0);</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span> *window = newwin(7, COLS, 3 + *posts_panel_height, 0);</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> box(*window, 0, 0);</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_function" href="../../dc/d2b/set__window__title_8c.html#a99e678a5bf2aa342184677f946dc1439">set_window_title</a>(window, <span class="stringliteral">&quot;POST-TAGS&quot;</span>);</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> <a class="code hl_function" href="../../dc/d2b/set__window__title_8c.html#a99e678a5bf2aa342184677f946dc1439">set_window_title</a>(*window, <span class="stringliteral">&quot;POST-TAGS&quot;</span>);</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span> refresh();</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> wrefresh(window);</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> wrefresh(*window);</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span>}</div>
<div class="ttc" id="acreate__post__tags__window_8c_html_a800291b89cb5eebec38a251c0ea0a24f"><div class="ttname"><a href="../../d9/d28/create__post__tags__window_8c.html#a800291b89cb5eebec38a251c0ea0a24f">create_post_tags_window</a></div><div class="ttdeci">void create_post_tags_window(WINDOW *window, int *posts_panel_height)</div><div class="ttdoc">Creates a new window to display post tags and adds it to the specified position.</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d28/create__post__tags__window_8c_source.html#l00016">create_post_tags_window.c:16</a></div></div>
<div class="ttc" id="acreate__post__tags__window_8c_html_afa5859b14c57e819f651888724030194"><div class="ttname"><a href="../../d9/d28/create__post__tags__window_8c.html#afa5859b14c57e819f651888724030194">create_post_tags_window</a></div><div class="ttdeci">void create_post_tags_window(WINDOW **window, int *posts_panel_height)</div><div class="ttdoc">Creates a new window to display post tags and adds it to the specified position.</div><div class="ttdef"><b>Definition:</b> <a href="../../d9/d28/create__post__tags__window_8c_source.html#l00016">create_post_tags_window.c:16</a></div></div>
<div class="ttc" id="aset__window__title_8c_html_a99e678a5bf2aa342184677f946dc1439"><div class="ttname"><a href="../../dc/d2b/set__window__title_8c.html#a99e678a5bf2aa342184677f946dc1439">set_window_title</a></div><div class="ttdeci">void set_window_title(WINDOW *window, const char *title)</div><div class="ttdoc">Writes a title to the top-left corner of the specified window.</div><div class="ttdef"><b>Definition:</b> <a href="../../dc/d2b/set__window__title_8c_source.html#l00016">set_window_title.c:16</a></div></div>
<div class="ttc" id="ayiffy__search_8h_html"><div class="ttname"><a href="../../de/d29/yiffy__search_8h.html">yiffy_search.h</a></div><div class="ttdoc">This header file is used to handle the fetching and searching system.</div></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
Loading

0 comments on commit 15d6a1b

Please sign in to comment.