|
13 | 13 | <meta name="description" content="Mr.Docs is a full-fidelity C++ documentation generator that reads your code and comments to produce precise, publish-ready reference docs."> |
14 | 14 | <link rel="canonical" href="https://www.mrdocs.com"> |
15 | 15 | <meta name="robots" content="index, follow"> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:url" content="https://www.mrdocs.com"> |
16 | 18 | <meta property="og:title" content="Mr.Docs"> |
17 | 19 | <meta property="og:description" content="Mr.Docs is a full-fidelity C++ documentation generator that reads your code and comments to produce precise, publish-ready reference docs."> |
18 | | - <meta property="og:url" content="https://www.mrdocs.com"> |
| 20 | + <meta property="og:image" content="https://www.mrdocs.com/assets/social/mrdocs-social.jpg"> |
19 | 21 | <meta property="og:site_name" content="Mr.Docs"> |
20 | | - <meta property="og:type" content="website"> |
21 | 22 | <meta name="twitter:card" content="summary_large_image"> |
22 | | - <meta property="twitter:domain" content="https://www.mrdocs.com"> |
| 23 | + <meta name="twitter:site" content="@cppalliance"> |
| 24 | + <meta name="twitter:creator" content="@cppalliance"> |
23 | 25 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css"> |
24 | 26 | <link rel="stylesheet" href="styles.css"> |
25 | 27 | </head> |
@@ -364,9 +366,8 @@ <h3>Parameters</h3> |
364 | 366 |
|
365 | 367 | Linear in n. |
366 | 368 |
|
367 | | - @return Whether or not n is prime. |
| 369 | + @return Whether `n` is prime. |
368 | 370 | @param n The number to test |
369 | | - |
370 | 371 | */</span> |
371 | 372 | <span class="hljs-function"><span class="hljs-type">bool</span> |
372 | 373 | <span class="hljs-title">is_prime</span><span class="hljs-params">(<span class="hljs-type">unsigned</span> <span class="hljs-type">long</span> <span class="hljs-type">long</span> n)</span> <span class="hljs-keyword">noexcept</span></span>;</code></pre> |
@@ -403,7 +404,7 @@ <h3>Complexity</h3> |
403 | 404 | </div> |
404 | 405 | <div> |
405 | 406 | <h3>Return Value</h3> |
406 | | -<span>Whether or not n is prime.</span> |
| 407 | +<span>Whether <code>n</code> is prime.</span> |
407 | 408 | </div> |
408 | 409 | <div> |
409 | 410 | <h3>Parameters</h3> |
|
0 commit comments