Files
codeql/cpp/ql/test/query-tests/Documentation/TodoComments/todo_fixme.cpp
2018-11-12 16:26:50 +00:00

14 lines
237 B
C++

// TODO: Thing 1.
/* TODO: Thing 2. */
/**
* TODO: Thing 3.
*/
// For more things, read the /usr/local/doc/TODO file.
// FIXME: Bug 1.
/* FIXME: Bug 2. */
/**
* FIXME: Bug 3.
*/
// For more bugs, read the /usr/local/doc/FIXME file.