fix doxy comment

This commit is contained in:
2025-01-05 18:29:43 +01:00
parent 4cd165867e
commit e7480472a3
82 changed files with 1310 additions and 470 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="generator" content="Doxygen 1.13.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Sokoban: Fichier source de read.h</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -34,7 +34,7 @@
</table>
</div>
<!-- end header part -->
<!-- Généré par Doxygen 1.12.0 -->
<!-- Généré par Doxygen 1.13.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -95,14 +95,15 @@ $(function(){ initResizable(false); });
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#ifndef READ_H</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#define READ_H</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &quot;function.h&quot;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><a class="code hl_struct" href="structVecteur.html">vect</a> *fileToTab2D (<span class="keyword">const</span> <span class="keywordtype">char</span> *name_file, <span class="keywordtype">char</span> **tab,</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> N, <a class="code hl_struct" href="structVecteur.html">vect</a> *player, <span class="keywordtype">int</span> *nbr_targets);</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="preprocessor">#endif </span><span class="comment">// !READ_H</span></div>
<div class="ttc" id="astructVecteur_html"><div class="ttname"><a href="structVecteur.html">Vecteur</a></div><div class="ttdef"><b>Definition</b> function.h:20</div></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span>vect *fileToTab2D (<span class="keyword">const</span> <span class="keywordtype">char</span> *name_file, <span class="keywordtype">char</span> **tab,</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> N, vect *player, <span class="keywordtype">int</span> *nbr_targets);</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="keywordtype">int</span> countCustomMaps(<span class="keywordtype">char</span> *name_directory);</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keywordtype">char</span> ** generatorMenu(<span class="keywordtype">char</span> *name_directory, vect *size, vect *pos_player);</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="preprocessor">#endif </span><span class="comment">// !READ_H</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Généré par&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0
Généré par&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.1
</small></address>
</div><!-- doc-content -->
</body>