Skip to content

Commit

Permalink
Update the document
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2025
1 parent c25b12b commit d56e079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dev/docs/reference/api/option_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af72ce12b98b46d5abf4e7dc6
</table>
</div><div class="memdoc">
<b>Value:</b><div class="fragment"><div class="line"> } \</div>
<div class="line">} <span class="keywordflow">while</span> (<a class="code hl_define" href="groonga_2groonga_8h.html#a27ac463a3246dd754d5249a214e893f0">GRN_FALSE</a>)</div>
<div class="ttc" id="agroonga_2groonga_8h_html_a27ac463a3246dd754d5249a214e893f0"><div class="ttname"><a href="groonga_2groonga_8h.html#a27ac463a3246dd754d5249a214e893f0">GRN_FALSE</a></div><div class="ttdeci">#define GRN_FALSE</div><div class="ttdef"><b>Definition</b> groonga.h:59</div></div>
<div class="line">} <span class="keywordflow">while</span> (<span class="keyword">false</span>)</div>
</div><!-- fragment -->
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/reference/api/option_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<div class="foldopen" id="foldopen00055" data-start="" data-end="">
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"><a class="line" href="option_8h.html#af72ce12b98b46d5abf4e7dc6661e01ff"> 55</a></span><span class="preprocessor">#define GRN_OPTION_VALUES_EACH_END() \</span></div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span><span class="preprocessor"> } \</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">} while (GRN_FALSE)</span></div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span><span class="preprocessor">} while (false)</span></div>
</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#ifdef __cplusplus</span></div>
Expand Down
4 changes: 2 additions & 2 deletions dev/docs/reference/api/portability_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span><span class="preprocessor"># define grn_snprintf(dest, dest_size, n, ...) \</span></div>
<div class="line"><a id="l00133" name="l00133"></a><span class="lineno"> 133</span><span class="preprocessor"> do { \</span></div>
<div class="line"><a id="l00134" name="l00134"></a><span class="lineno"> 134</span><span class="preprocessor"> _snprintf_s((dest), (dest_size), (n) - 1, __VA_ARGS__); \</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="preprocessor"> } while (GRN_FALSE)</span></div>
<div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span><span class="preprocessor"> } while (false)</span></div>
<div class="line"><a id="l00136" name="l00136"></a><span class="lineno"> 136</span><span class="preprocessor">#else </span><span class="comment">/* WIN32 */</span><span class="preprocessor"></span></div>
<div class="foldopen" id="foldopen00137" data-start="" data-end="">
<div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="portability_8h.html#a52a095aa6aad964eeb13c97bd94be781"> 137</a></span><span class="preprocessor"># define grn_snprintf(dest, dest_size, n, ...) \</span></div>
Expand All @@ -232,7 +232,7 @@
<div class="line"><a id="l00143" name="l00143"></a><span class="lineno"> 143</span><span class="preprocessor"> do { \</span></div>
<div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span><span class="preprocessor"> vsnprintf((dest), (dest_size), (format), (args)); \</span></div>
<div class="line"><a id="l00145" name="l00145"></a><span class="lineno"> 145</span><span class="preprocessor"> (dest)[(dest_size) - 1] = &#39;\0&#39;; \</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="preprocessor"> } while (GRN_FALSE)</span></div>
<div class="line"><a id="l00146" name="l00146"></a><span class="lineno"> 146</span><span class="preprocessor"> } while (false)</span></div>
<div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span><span class="preprocessor">#else </span><span class="comment">/* WIN32 */</span><span class="preprocessor"></span></div>
<div class="foldopen" id="foldopen00148" data-start="" data-end="">
<div class="line"><a id="l00148" name="l00148"></a><span class="lineno"><a class="line" href="portability_8h.html#a543d48f7184ab5e404032cd81a345069"> 148</a></span><span class="preprocessor"># define grn_vsnprintf(dest, dest_size, format, args) \</span></div>
Expand Down

0 comments on commit d56e079

Please sign in to comment.