Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/website/assets/mrdocs-social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions docs/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@
<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.">
<link rel="canonical" href="https://www.mrdocs.com">
<meta name="robots" content="index, follow">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.mrdocs.com">
<meta property="og:title" content="Mr.Docs">
<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.">
<meta property="og:url" content="https://www.mrdocs.com">
<meta property="og:image" content="https://www.mrdocs.com/assets/social/mrdocs-social.jpg">
<meta property="og:site_name" content="Mr.Docs">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="https://www.mrdocs.com">
<meta name="twitter:site" content="@cppalliance">
<meta name="twitter:creator" content="@cppalliance">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.min.css">
<link rel="stylesheet" href="styles.css">
</head>
Expand Down Expand Up @@ -364,9 +366,8 @@ <h3>Parameters</h3>

Linear in n.

@return Whether or not n is prime.
@return Whether `n` is prime.
@param n The number to test

*/</span>
<span class="hljs-function"><span class="hljs-type">bool</span>
<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>
Expand Down Expand Up @@ -403,7 +404,7 @@ <h3>Complexity</h3>
</div>
<div>
<h3>Return Value</h3>
<span>Whether or not n is prime.</span>
<span>Whether <code>n</code> is prime.</span>
</div>
<div>
<h3>Parameters</h3>
Expand Down
3 changes: 3 additions & 0 deletions docs/website/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
User-agent: *
Allow: /

User-agent: Twitterbot
Disallow:
Loading