Doxygen: prepare all unit tests for inclusion in the documentation

Doxygen will only process files with a @file documentation comment.
Up to now, none of our test code has such a comment, preventing the
cross-links to unit tests from working.

This is unfortunate, since unit tests, and even the code comments there,
can be considered as the most useful form of technical documentation.
Thus I'll start an initiative to fill in those missing comments automatically
This commit is contained in:
Fischlurch 2017-02-22 01:54:20 +01:00
parent df46c3f901
commit 24b3bec4be
229 changed files with 440 additions and 440 deletions

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file sync-classlock-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file sync-locking-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file sync-timedwait-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file sync-waiting-test.cpp
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file thread-local-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file thread-wrapper-join-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file thread-wrapper-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file diagnostic-context-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file streamtypebasicstest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file streamtypelifecycletest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
*/
/** @file §§§
** unit test TODO §§§
/** @file teststreamtypes.hpp
** Unit test helper to create fake streamtype information
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file digxel-configurations-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file digxel-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file format-support-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file quantiser-basics-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-basics-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-control-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-formats-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-mutation-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-parsing-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-quantisation-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-value-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file visitingtool-extended-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file visitingtool-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file subsystem-runner-test.cpp
** unit test §§TODO§§
*/

View file

@ -22,7 +22,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/

View file

@ -21,7 +21,7 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
** unit test §§TODO§§
*/
@ -32,7 +32,7 @@
#include "common/config-interface.h"
#include "lib/test/test.h"
#include "interface/say_hello.h"
#include "interface/say-hello.h"
/*
define 2 example interfaces

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file dummy-job.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
*/
/** @file §§§
** unit test TODO §§§
/** @file dummy-job.hpp
** Unit test helper to generate dummy render jobs
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file job-hash-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file scheduler-interface-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file media-access-mock-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file asset-category-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file basicpipetest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file compoundmediatest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file create-asset-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file deleteassettest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file dependent-assets-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file entry-id-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file identityofassetstest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file makecliptest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file mediastructurequerytest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file time-grid-basics-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file orderingofassetstest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file typed-id-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file argument-tuple-accept-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-argument-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-basic-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-binding-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-clone-builder-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-equality-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-message-binding-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-mutation-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-registry-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-use1-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-use2-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file command-use3-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file handling-pattern-basics-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file handling-pattern-standard-impl-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file memento-tie-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file test-dummy-commands.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buff-table-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buffer-metadata-key-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buffer-metadata-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buffer-provider-protocol-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file calc-stream-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file dispatcher-interface-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file engine-interface-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file node-basic-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file node-fabrication-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file node-operation-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file node-source-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file testframe-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file tracking-heap-block-provider-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buildertooltest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file buildsegmenttest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file fixture-change-detector-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file model-port-registry-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file segmentation-datastructure-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file rendersegmenttest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file mobject-interface-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file mobject-ref-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file output-mapping-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file placement-basic-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file placement-hierarchy-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file placement-object-identity-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file placement-ref-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file addcliptest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file defs-manager-impl-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file defs-manager-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file defs-registry-impl-test.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file deletecliptest.cpp
** unit test §§TODO§§
*/

View file

@ -20,8 +20,8 @@
* *****************************************************/
/** @file §§§
** unit test TODO §§§
/** @file placement-index-query-test.cpp
** unit test §§TODO§§
*/

Some files were not shown because too many files have changed in this diff Show more