Skip to content

Commit 4840abe

Browse files
committed
[FOLD]
1 parent 02cb24d commit 4840abe

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
enum {{#if isScoped}}class{{/if}}{{#if attributes}} {{>symbol/attributes symbol}}{{/if}} {{>symbol/name .~}}
1+
enum{{#if isScoped}} class{{/if}}{{#if attributes}} {{>symbol/attributes symbol}}{{/if}} {{>symbol/name .~}}
22
{{#if type}} : {{>type/declarator type}}{{/if}};

test-files/golden-tests/symbols/function/attributes-2.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Declared in `<attributes‐2.cpp>`
2222
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
2323
----
2424
template<class T>
25-
[[nodiscard]]
2625
int
2726
f();
2827
----

test-files/golden-tests/symbols/function/attributes-2.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h3>Synopsis</h3>
3434
<pre>
3535
<code class="source-code cpp">
3636
template&lt;class T&gt;
37-
[[nodiscard]]
3837
int
3938
f();
4039
</code>

0 commit comments

Comments
 (0)