Skip to content

Commit 2da04cd

Browse files
authored
[SYCL][NFC] Fix formatting of generated docs (#2855)
Uncommented empty-line in the comments causes next line stick to previous line.
1 parent ad05778 commit 2da04cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/scheduler/scheduler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct MemObjRecord {
225225
/// command groups. To achieve this Scheduler manages acyclic dependency graph
226226
/// (which can have independent sub-graphs) that consists of several types of
227227
/// nodes that represent specific commands:
228-
228+
///
229229
/// 1. Allocate memory.
230230
/// The command represents memory allocation operation. There can be
231231
/// multiple allocations for a single SYCL memory object.

0 commit comments

Comments
 (0)