From 24b3bec4bee5e6fa7e9fa487afb02383c4bf31e2 Mon Sep 17 00:00:00 2001 From: Ichthyostega Date: Wed, 22 Feb 2017 01:54:20 +0100 Subject: [PATCH] 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 --- tests/backend/sync-classlock-test.cpp | 4 ++-- tests/backend/sync-locking-test.cpp | 4 ++-- tests/backend/sync-timedwait-test.cpp | 4 ++-- tests/backend/sync-waiting-test.cpp | 4 ++-- tests/backend/test-filedescriptors.c | 2 +- tests/backend/test-filehandles.c | 2 +- tests/backend/test-fileheader.c | 2 +- tests/backend/test-filemmap.c | 2 +- tests/backend/test-resourcecollector.c | 2 +- tests/backend/test-threadpool.c | 2 +- tests/backend/test-threads.c | 2 +- tests/backend/thread-local-test.cpp | 4 ++-- tests/backend/thread-wrapper-join-test.cpp | 4 ++-- tests/backend/thread-wrapper-test.cpp | 4 ++-- tests/basics/diagnostic-context-test.cpp | 4 ++-- tests/basics/streamtypebasicstest.cpp | 4 ++-- tests/basics/streamtypelifecycletest.cpp | 4 ++-- tests/basics/teststreamtypes.hpp | 4 ++-- tests/basics/time/digxel-configurations-test.cpp | 4 ++-- tests/basics/time/digxel-test.cpp | 4 ++-- tests/basics/time/format-support-test.cpp | 4 ++-- tests/basics/time/quantiser-basics-test.cpp | 4 ++-- tests/basics/time/time-basics-test.cpp | 4 ++-- tests/basics/time/time-control-test.cpp | 4 ++-- tests/basics/time/time-formats-test.cpp | 4 ++-- tests/basics/time/time-mutation-test.cpp | 4 ++-- tests/basics/time/time-parsing-test.cpp | 4 ++-- tests/basics/time/time-quantisation-test.cpp | 4 ++-- tests/basics/time/time-value-test.cpp | 4 ++-- tests/basics/visitingtool-extended-test.cpp | 4 ++-- tests/basics/visitingtool-test.cpp | 4 ++-- tests/core/application/subsystem-runner-test.cpp | 4 ++-- tests/core/application/test-configloader.c | 2 +- tests/core/application/test-interfaces.c | 4 ++-- tests/core/backend/engine/dummy-job.cpp | 4 ++-- tests/core/backend/engine/dummy-job.hpp | 4 ++-- tests/core/backend/engine/job-hash-test.cpp | 4 ++-- tests/core/backend/engine/scheduler-interface-test.cpp | 4 ++-- tests/core/backend/media-access-mock-test.cpp | 4 ++-- tests/core/proc/asset/asset-category-test.cpp | 4 ++-- tests/core/proc/asset/basicpipetest.cpp | 4 ++-- tests/core/proc/asset/compoundmediatest.cpp | 4 ++-- tests/core/proc/asset/create-asset-test.cpp | 4 ++-- tests/core/proc/asset/deleteassettest.cpp | 4 ++-- tests/core/proc/asset/dependent-assets-test.cpp | 4 ++-- tests/core/proc/asset/entry-id-test.cpp | 4 ++-- tests/core/proc/asset/identityofassetstest.cpp | 4 ++-- tests/core/proc/asset/makecliptest.cpp | 4 ++-- tests/core/proc/asset/mediastructurequerytest.cpp | 4 ++-- tests/core/proc/asset/meta/time-grid-basics-test.cpp | 4 ++-- tests/core/proc/asset/orderingofassetstest.cpp | 4 ++-- tests/core/proc/asset/typed-id-test.cpp | 4 ++-- tests/core/proc/control/argument-tuple-accept-test.cpp | 4 ++-- tests/core/proc/control/command-argument-test.cpp | 4 ++-- tests/core/proc/control/command-basic-test.cpp | 4 ++-- tests/core/proc/control/command-binding-test.cpp | 4 ++-- tests/core/proc/control/command-clone-builder-test.cpp | 4 ++-- tests/core/proc/control/command-equality-test.cpp | 4 ++-- tests/core/proc/control/command-message-binding-test.cpp | 4 ++-- tests/core/proc/control/command-mutation-test.cpp | 4 ++-- tests/core/proc/control/command-registry-test.cpp | 4 ++-- tests/core/proc/control/command-use1-test.cpp | 4 ++-- tests/core/proc/control/command-use2-test.cpp | 4 ++-- tests/core/proc/control/command-use3-test.cpp | 4 ++-- tests/core/proc/control/handling-pattern-basics-test.cpp | 4 ++-- .../core/proc/control/handling-pattern-standard-impl-test.cpp | 4 ++-- tests/core/proc/control/memento-tie-test.cpp | 4 ++-- tests/core/proc/control/test-dummy-commands.cpp | 4 ++-- tests/core/proc/engine/buff-table-test.cpp | 4 ++-- tests/core/proc/engine/buffer-metadata-key-test.cpp | 4 ++-- tests/core/proc/engine/buffer-metadata-test.cpp | 4 ++-- tests/core/proc/engine/buffer-provider-protocol-test.cpp | 4 ++-- tests/core/proc/engine/calc-stream-test.cpp | 4 ++-- tests/core/proc/engine/dispatcher-interface-test.cpp | 4 ++-- tests/core/proc/engine/engine-interface-test.cpp | 4 ++-- tests/core/proc/engine/node-basic-test.cpp | 4 ++-- tests/core/proc/engine/node-fabrication-test.cpp | 4 ++-- tests/core/proc/engine/node-operation-test.cpp | 4 ++-- tests/core/proc/engine/node-source-test.cpp | 4 ++-- tests/core/proc/engine/testframe-test.cpp | 4 ++-- tests/core/proc/engine/tracking-heap-block-provider-test.cpp | 4 ++-- tests/core/proc/mobject/builder/buildertooltest.cpp | 4 ++-- tests/core/proc/mobject/builder/buildsegmenttest.cpp | 4 ++-- .../proc/mobject/builder/fixture-change-detector-test.cpp | 4 ++-- tests/core/proc/mobject/builder/model-port-registry-test.cpp | 4 ++-- .../proc/mobject/builder/segmentation-datastructure-test.cpp | 4 ++-- tests/core/proc/mobject/controller/rendersegmenttest.cpp | 4 ++-- tests/core/proc/mobject/mobject-interface-test.cpp | 4 ++-- tests/core/proc/mobject/mobject-ref-test.cpp | 4 ++-- tests/core/proc/mobject/output-mapping-test.cpp | 4 ++-- tests/core/proc/mobject/placement-basic-test.cpp | 4 ++-- tests/core/proc/mobject/placement-hierarchy-test.cpp | 4 ++-- tests/core/proc/mobject/placement-object-identity-test.cpp | 4 ++-- tests/core/proc/mobject/placement-ref-test.cpp | 4 ++-- tests/core/proc/mobject/session/addcliptest.cpp | 4 ++-- tests/core/proc/mobject/session/defs-manager-impl-test.cpp | 4 ++-- tests/core/proc/mobject/session/defs-manager-test.cpp | 4 ++-- tests/core/proc/mobject/session/defs-registry-impl-test.cpp | 4 ++-- tests/core/proc/mobject/session/deletecliptest.cpp | 4 ++-- .../core/proc/mobject/session/placement-index-query-test.cpp | 4 ++-- tests/core/proc/mobject/session/placement-index-test.cpp | 4 ++-- tests/core/proc/mobject/session/placement-scope-test.cpp | 4 ++-- tests/core/proc/mobject/session/query-focus-stack-test.cpp | 4 ++-- tests/core/proc/mobject/session/query-focus-test.cpp | 4 ++-- tests/core/proc/mobject/session/query-resolver-test.cpp | 4 ++-- tests/core/proc/mobject/session/rebuildfixturetest.cpp | 4 ++-- tests/core/proc/mobject/session/scope-path-test.cpp | 4 ++-- tests/core/proc/mobject/session/scope-query-test.cpp | 4 ++-- .../core/proc/mobject/session/session-element-query-test.cpp | 4 ++-- .../proc/mobject/session/session-element-tracker-test.cpp | 4 ++-- tests/core/proc/mobject/session/session-modify-parts-test.cpp | 4 ++-- .../core/proc/mobject/session/session-service-access-test.cpp | 4 ++-- tests/core/proc/mobject/session/session-structure-test.cpp | 4 ++-- tests/core/proc/mobject/session/sessionmanagertest.cpp | 4 ++-- .../proc/mobject/session/timeline-sequence-handling-test.cpp | 4 ++-- tests/core/proc/play/dummy-play-connection-test.cpp | 4 ++-- tests/core/proc/play/output-slot-protocol-test.cpp | 4 ++-- tests/core/proc/play/timing-constraints-test.cpp | 4 ++-- tests/gui/bus-term-test.cpp | 4 ++-- tests/gui/interact/state-map-grouping-storage-test.cpp | 4 ++-- tests/gui/test-gui-test.cpp | 4 ++-- tests/library/advice/advice-basics-test.cpp | 4 ++-- tests/library/advice/advice-binding-pattern-test.cpp | 4 ++-- tests/library/advice/advice-configuration-test.cpp | 4 ++-- tests/library/advice/advice-index-test.cpp | 4 ++-- tests/library/advice/advice-multiplicity-test.cpp | 4 ++-- tests/library/advice/advice-situations-test.cpp | 4 ++-- tests/library/allocation-cluster-test.cpp | 4 ++-- tests/library/app-config-test.cpp | 4 ++-- tests/library/bool-checkable-test.cpp | 4 ++-- tests/library/c-lib/test-errorstate.c | 2 +- tests/library/c-lib/test-llist.c | 2 +- tests/library/c-lib/test-locking.c | 2 +- tests/library/c-lib/test-luid.c | 2 +- tests/library/c-lib/test-mpool.c | 2 +- tests/library/c-lib/test-priqueue.c | 2 +- tests/library/c-lib/test-psplay.c | 2 +- tests/library/c-lib/test-safeclib.c | 2 +- tests/library/c-lib/test-slist.c | 2 +- tests/library/c-lib/test-time.c | 2 +- tests/library/cmdline-wrapper-test.cpp | 4 ++-- tests/library/custom-shared-ptr-test.cpp | 4 ++-- tests/library/del-stash-test.cpp | 4 ++-- tests/library/dependency-factory-test.cpp | 4 ++-- tests/library/diff/diff-complex-application-test.cpp | 4 ++-- tests/library/diff/diff-index-table-test.cpp | 4 ++-- tests/library/diff/diff-list-application-test.cpp | 4 ++-- tests/library/diff/diff-list-generation-test.cpp | 4 ++-- tests/library/diff/diff-tree-application-test.cpp | 4 ++-- tests/library/diff/gen-node-basic-test.cpp | 4 ++-- tests/library/diff/generic-record-representation-test.cpp | 4 ++-- tests/library/diff/tree-mutator-binding-test.cpp | 4 ++-- tests/library/diff/tree-mutator-test.cpp | 4 ++-- tests/library/exceptionerrortest.cpp | 4 ++-- tests/library/format-cout-test.cpp | 4 ++-- tests/library/format-helper-test.cpp | 4 ++-- tests/library/format-string-test.cpp | 4 ++-- tests/library/functor-util-test.cpp | 4 ++-- tests/library/hash-generator-test.cpp | 4 ++-- tests/library/hash-indexed-test.cpp | 4 ++-- tests/library/hash-standard-to-boost-bridge-test.cpp | 4 ++-- tests/library/helloworldtest.cpp | 4 ++-- tests/library/hierarchy-orientation-indicator-test.cpp | 4 ++-- tests/library/idi/generic-id-function-test.cpp | 4 ++-- tests/library/item-wrapper-test.cpp | 4 ++-- tests/library/iter-adapter-stl-test.cpp | 4 ++-- tests/library/iter-adapter-test.cpp | 4 ++-- tests/library/iter-cursor-test.cpp | 4 ++-- tests/library/iter-explorer-test.cpp | 4 ++-- tests/library/iter-queue-test.cpp | 4 ++-- tests/library/iter-source-test.cpp | 4 ++-- tests/library/iter-stack-test.cpp | 4 ++-- tests/library/itertools-test.cpp | 4 ++-- tests/library/lifecycletest.cpp | 4 ++-- tests/library/linked-elements-test.cpp | 4 ++-- tests/library/maybe-value-test.cpp | 4 ++-- tests/library/meta/access-casted-test.cpp | 4 ++-- tests/library/meta/duck-detector-test.cpp | 4 ++-- tests/library/meta/dummy-functions.hpp | 4 ++-- tests/library/meta/function-composition-test.cpp | 4 ++-- tests/library/meta/function-erasure-test.cpp | 4 ++-- tests/library/meta/generator-combinations-test.cpp | 4 ++-- tests/library/meta/iterable-classification-test.cpp | 4 ++-- tests/library/meta/meta-utils-test.cpp | 4 ++-- tests/library/meta/tuple-record-init-test.cpp | 4 ++-- tests/library/meta/type-demangling-test.cpp | 4 ++-- tests/library/meta/type-display-test.cpp | 4 ++-- tests/library/meta/typelist-test.cpp | 4 ++-- tests/library/meta/typelist-util-test.cpp | 4 ++-- tests/library/meta/virtual-copy-support-test.cpp | 4 ++-- tests/library/multifact-argument-test.cpp | 4 ++-- tests/library/multifact-singleton-test.cpp | 4 ++-- tests/library/multifact-test.cpp | 4 ++-- tests/library/null-value-test.cpp | 4 ++-- tests/library/opaque-holder-test.cpp | 4 ++-- tests/library/opaque-unchecked-buffer-test.cpp | 4 ++-- tests/library/optional-ref-test.cpp | 4 ++-- tests/library/polymorphic-value-test.cpp | 4 ++-- tests/library/query-text-test.cpp | 4 ++-- tests/library/query/query-utils-test.cpp | 4 ++-- tests/library/ref-array-test.cpp | 4 ++-- tests/library/removefromsettest.cpp | 4 ++-- tests/library/sanitised-identifier-test.cpp | 4 ++-- tests/library/scoped-collection-test.cpp | 4 ++-- tests/library/scoped-holder-test.cpp | 4 ++-- tests/library/scoped-holder-transfer-test.cpp | 4 ++-- tests/library/scoped-ptrvect-test.cpp | 4 ++-- tests/library/search-path-splitter-test.cpp | 4 ++-- tests/library/simple-allocator-test.cpp | 4 ++-- tests/library/singleton-subclass-test.cpp | 4 ++-- tests/library/singleton-test.cpp | 4 ++-- tests/library/singleton-testmock-test.cpp | 4 ++-- tests/library/sub-id-test.cpp | 4 ++-- tests/library/symbol-hashtable-test.cpp | 4 ++-- tests/library/symbol-test.cpp | 4 ++-- tests/library/test/test-event-log-test.cpp | 4 ++-- tests/library/test/test-helper-test.cpp | 4 ++-- tests/library/test/test-helper-variadic-test.cpp | 4 ++-- tests/library/test/test-option-test.cpp | 4 ++-- tests/library/typed-allocation-manager-test.cpp | 4 ++-- tests/library/unique-malloc-owner-test.cpp | 4 ++-- tests/library/util-collection-test.cpp | 4 ++-- tests/library/util-floordiv-test.cpp | 4 ++-- tests/library/util-floorwrap-test.cpp | 4 ++-- tests/library/util-foreach-test.cpp | 4 ++-- tests/library/variant-test.cpp | 4 ++-- tests/library/vector-transfer-test.cpp | 4 ++-- tests/library/verb-function-dispatch-test.cpp | 4 ++-- tests/operation/bugs/hello-bug-test.cpp | 4 ++-- 229 files changed, 440 insertions(+), 440 deletions(-) diff --git a/tests/backend/sync-classlock-test.cpp b/tests/backend/sync-classlock-test.cpp index 64b4f7736..94c6b7518 100644 --- a/tests/backend/sync-classlock-test.cpp +++ b/tests/backend/sync-classlock-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sync-classlock-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/sync-locking-test.cpp b/tests/backend/sync-locking-test.cpp index 8cc525f19..43166cdd3 100644 --- a/tests/backend/sync-locking-test.cpp +++ b/tests/backend/sync-locking-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sync-locking-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/sync-timedwait-test.cpp b/tests/backend/sync-timedwait-test.cpp index 46907d6b0..b06ba52dd 100644 --- a/tests/backend/sync-timedwait-test.cpp +++ b/tests/backend/sync-timedwait-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sync-timedwait-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/sync-waiting-test.cpp b/tests/backend/sync-waiting-test.cpp index a96e565e5..f88333df9 100644 --- a/tests/backend/sync-waiting-test.cpp +++ b/tests/backend/sync-waiting-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sync-waiting-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-filedescriptors.c b/tests/backend/test-filedescriptors.c index 5f03995e1..4b0cc7136 100644 --- a/tests/backend/test-filedescriptors.c +++ b/tests/backend/test-filedescriptors.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-filehandles.c b/tests/backend/test-filehandles.c index 57b113984..3040881f3 100644 --- a/tests/backend/test-filehandles.c +++ b/tests/backend/test-filehandles.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-fileheader.c b/tests/backend/test-fileheader.c index 7af584673..84045fef8 100644 --- a/tests/backend/test-fileheader.c +++ b/tests/backend/test-fileheader.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-filemmap.c b/tests/backend/test-filemmap.c index 977401aed..dd1219f9b 100644 --- a/tests/backend/test-filemmap.c +++ b/tests/backend/test-filemmap.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-resourcecollector.c b/tests/backend/test-resourcecollector.c index 583ca132d..267dab37c 100644 --- a/tests/backend/test-resourcecollector.c +++ b/tests/backend/test-resourcecollector.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-threadpool.c b/tests/backend/test-threadpool.c index da329ed69..3c79f7e6c 100644 --- a/tests/backend/test-threadpool.c +++ b/tests/backend/test-threadpool.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/test-threads.c b/tests/backend/test-threads.c index 6598c29e5..64a388a1e 100644 --- a/tests/backend/test-threads.c +++ b/tests/backend/test-threads.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/backend/thread-local-test.cpp b/tests/backend/thread-local-test.cpp index 2268728c2..e102423d9 100644 --- a/tests/backend/thread-local-test.cpp +++ b/tests/backend/thread-local-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file thread-local-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/thread-wrapper-join-test.cpp b/tests/backend/thread-wrapper-join-test.cpp index 9650fd924..ae0fd7bbd 100644 --- a/tests/backend/thread-wrapper-join-test.cpp +++ b/tests/backend/thread-wrapper-join-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file thread-wrapper-join-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/backend/thread-wrapper-test.cpp b/tests/backend/thread-wrapper-test.cpp index 6f7854ebe..2d38c9493 100644 --- a/tests/backend/thread-wrapper-test.cpp +++ b/tests/backend/thread-wrapper-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file thread-wrapper-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/diagnostic-context-test.cpp b/tests/basics/diagnostic-context-test.cpp index b39136724..c050d5742 100644 --- a/tests/basics/diagnostic-context-test.cpp +++ b/tests/basics/diagnostic-context-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diagnostic-context-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/streamtypebasicstest.cpp b/tests/basics/streamtypebasicstest.cpp index cf628514e..cc3170cbe 100644 --- a/tests/basics/streamtypebasicstest.cpp +++ b/tests/basics/streamtypebasicstest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file streamtypebasicstest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/streamtypelifecycletest.cpp b/tests/basics/streamtypelifecycletest.cpp index a578bef53..43e1d4e4e 100644 --- a/tests/basics/streamtypelifecycletest.cpp +++ b/tests/basics/streamtypelifecycletest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file streamtypelifecycletest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/teststreamtypes.hpp b/tests/basics/teststreamtypes.hpp index 5aac23dc2..bcb96df35 100644 --- a/tests/basics/teststreamtypes.hpp +++ b/tests/basics/teststreamtypes.hpp @@ -20,8 +20,8 @@ */ -/** @file §§§ - ** unit test TODO §§§ +/** @file teststreamtypes.hpp + ** Unit test helper to create fake streamtype information */ diff --git a/tests/basics/time/digxel-configurations-test.cpp b/tests/basics/time/digxel-configurations-test.cpp index 0101536a4..4a096ac37 100644 --- a/tests/basics/time/digxel-configurations-test.cpp +++ b/tests/basics/time/digxel-configurations-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file digxel-configurations-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/digxel-test.cpp b/tests/basics/time/digxel-test.cpp index 2ff4d98af..74ca56d6c 100644 --- a/tests/basics/time/digxel-test.cpp +++ b/tests/basics/time/digxel-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file digxel-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/format-support-test.cpp b/tests/basics/time/format-support-test.cpp index 46c945006..39361eca7 100644 --- a/tests/basics/time/format-support-test.cpp +++ b/tests/basics/time/format-support-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file format-support-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/quantiser-basics-test.cpp b/tests/basics/time/quantiser-basics-test.cpp index 98548eeaf..996f2c122 100644 --- a/tests/basics/time/quantiser-basics-test.cpp +++ b/tests/basics/time/quantiser-basics-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file quantiser-basics-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-basics-test.cpp b/tests/basics/time/time-basics-test.cpp index d49eebd1a..3fb60b074 100644 --- a/tests/basics/time/time-basics-test.cpp +++ b/tests/basics/time/time-basics-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-basics-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-control-test.cpp b/tests/basics/time/time-control-test.cpp index 0db230cc8..6e9e4f217 100644 --- a/tests/basics/time/time-control-test.cpp +++ b/tests/basics/time/time-control-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-control-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-formats-test.cpp b/tests/basics/time/time-formats-test.cpp index 45d0780e6..b54564e21 100644 --- a/tests/basics/time/time-formats-test.cpp +++ b/tests/basics/time/time-formats-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-formats-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-mutation-test.cpp b/tests/basics/time/time-mutation-test.cpp index e8f02fce0..7bf00c6ff 100644 --- a/tests/basics/time/time-mutation-test.cpp +++ b/tests/basics/time/time-mutation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-mutation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-parsing-test.cpp b/tests/basics/time/time-parsing-test.cpp index 10509fac8..d077c648c 100644 --- a/tests/basics/time/time-parsing-test.cpp +++ b/tests/basics/time/time-parsing-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-parsing-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-quantisation-test.cpp b/tests/basics/time/time-quantisation-test.cpp index c8fad87f2..dc7d5ae1d 100644 --- a/tests/basics/time/time-quantisation-test.cpp +++ b/tests/basics/time/time-quantisation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-quantisation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/time/time-value-test.cpp b/tests/basics/time/time-value-test.cpp index aa6a2a12b..fdd6d817e 100644 --- a/tests/basics/time/time-value-test.cpp +++ b/tests/basics/time/time-value-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-value-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/visitingtool-extended-test.cpp b/tests/basics/visitingtool-extended-test.cpp index 7cb6c621e..e0550d26c 100644 --- a/tests/basics/visitingtool-extended-test.cpp +++ b/tests/basics/visitingtool-extended-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file visitingtool-extended-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/basics/visitingtool-test.cpp b/tests/basics/visitingtool-test.cpp index bfeb575f4..5c799ae74 100644 --- a/tests/basics/visitingtool-test.cpp +++ b/tests/basics/visitingtool-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file visitingtool-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/application/subsystem-runner-test.cpp b/tests/core/application/subsystem-runner-test.cpp index bf19da6d1..cb565699b 100644 --- a/tests/core/application/subsystem-runner-test.cpp +++ b/tests/core/application/subsystem-runner-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file subsystem-runner-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/application/test-configloader.c b/tests/core/application/test-configloader.c index 1ef7c2c7f..e9ab6a21b 100644 --- a/tests/core/application/test-configloader.c +++ b/tests/core/application/test-configloader.c @@ -22,7 +22,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/core/application/test-interfaces.c b/tests/core/application/test-interfaces.c index b24b9738a..1acfc51f3 100644 --- a/tests/core/application/test-interfaces.c +++ b/tests/core/application/test-interfaces.c @@ -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 diff --git a/tests/core/backend/engine/dummy-job.cpp b/tests/core/backend/engine/dummy-job.cpp index 7cbd639fd..97aea2348 100644 --- a/tests/core/backend/engine/dummy-job.cpp +++ b/tests/core/backend/engine/dummy-job.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dummy-job.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/backend/engine/dummy-job.hpp b/tests/core/backend/engine/dummy-job.hpp index 217f0ce80..b18571e10 100644 --- a/tests/core/backend/engine/dummy-job.hpp +++ b/tests/core/backend/engine/dummy-job.hpp @@ -20,8 +20,8 @@ */ -/** @file §§§ - ** unit test TODO §§§ +/** @file dummy-job.hpp + ** Unit test helper to generate dummy render jobs */ diff --git a/tests/core/backend/engine/job-hash-test.cpp b/tests/core/backend/engine/job-hash-test.cpp index f59c9c349..02c0ed407 100644 --- a/tests/core/backend/engine/job-hash-test.cpp +++ b/tests/core/backend/engine/job-hash-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file job-hash-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/backend/engine/scheduler-interface-test.cpp b/tests/core/backend/engine/scheduler-interface-test.cpp index a5ef297c9..cd16e19b5 100644 --- a/tests/core/backend/engine/scheduler-interface-test.cpp +++ b/tests/core/backend/engine/scheduler-interface-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scheduler-interface-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/backend/media-access-mock-test.cpp b/tests/core/backend/media-access-mock-test.cpp index ec018b900..3c5eb06bb 100644 --- a/tests/core/backend/media-access-mock-test.cpp +++ b/tests/core/backend/media-access-mock-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file media-access-mock-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/asset-category-test.cpp b/tests/core/proc/asset/asset-category-test.cpp index 91bb00e24..5206e9d7e 100644 --- a/tests/core/proc/asset/asset-category-test.cpp +++ b/tests/core/proc/asset/asset-category-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file asset-category-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/basicpipetest.cpp b/tests/core/proc/asset/basicpipetest.cpp index 56e94b451..047ea64b0 100644 --- a/tests/core/proc/asset/basicpipetest.cpp +++ b/tests/core/proc/asset/basicpipetest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file basicpipetest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/compoundmediatest.cpp b/tests/core/proc/asset/compoundmediatest.cpp index 166cb6c89..c4f1d9936 100644 --- a/tests/core/proc/asset/compoundmediatest.cpp +++ b/tests/core/proc/asset/compoundmediatest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file compoundmediatest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/create-asset-test.cpp b/tests/core/proc/asset/create-asset-test.cpp index eaecfee72..b9bd46bd4 100644 --- a/tests/core/proc/asset/create-asset-test.cpp +++ b/tests/core/proc/asset/create-asset-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file create-asset-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/deleteassettest.cpp b/tests/core/proc/asset/deleteassettest.cpp index 1f539bd70..75683baa7 100644 --- a/tests/core/proc/asset/deleteassettest.cpp +++ b/tests/core/proc/asset/deleteassettest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file deleteassettest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/dependent-assets-test.cpp b/tests/core/proc/asset/dependent-assets-test.cpp index 6f40dfde4..e79df7ea7 100644 --- a/tests/core/proc/asset/dependent-assets-test.cpp +++ b/tests/core/proc/asset/dependent-assets-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dependent-assets-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/entry-id-test.cpp b/tests/core/proc/asset/entry-id-test.cpp index 1d239b2d8..80cce133d 100644 --- a/tests/core/proc/asset/entry-id-test.cpp +++ b/tests/core/proc/asset/entry-id-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file entry-id-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/identityofassetstest.cpp b/tests/core/proc/asset/identityofassetstest.cpp index e0daef0c5..72af899a6 100644 --- a/tests/core/proc/asset/identityofassetstest.cpp +++ b/tests/core/proc/asset/identityofassetstest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file identityofassetstest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/makecliptest.cpp b/tests/core/proc/asset/makecliptest.cpp index 74faa644e..93170b2db 100644 --- a/tests/core/proc/asset/makecliptest.cpp +++ b/tests/core/proc/asset/makecliptest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file makecliptest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/mediastructurequerytest.cpp b/tests/core/proc/asset/mediastructurequerytest.cpp index e07142718..b5bb31f3e 100644 --- a/tests/core/proc/asset/mediastructurequerytest.cpp +++ b/tests/core/proc/asset/mediastructurequerytest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file mediastructurequerytest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/meta/time-grid-basics-test.cpp b/tests/core/proc/asset/meta/time-grid-basics-test.cpp index 019c07433..055474f03 100644 --- a/tests/core/proc/asset/meta/time-grid-basics-test.cpp +++ b/tests/core/proc/asset/meta/time-grid-basics-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file time-grid-basics-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/orderingofassetstest.cpp b/tests/core/proc/asset/orderingofassetstest.cpp index 411d160bf..652d147ea 100644 --- a/tests/core/proc/asset/orderingofassetstest.cpp +++ b/tests/core/proc/asset/orderingofassetstest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file orderingofassetstest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/asset/typed-id-test.cpp b/tests/core/proc/asset/typed-id-test.cpp index 7d3e2c0d9..93cc3049e 100644 --- a/tests/core/proc/asset/typed-id-test.cpp +++ b/tests/core/proc/asset/typed-id-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file typed-id-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/argument-tuple-accept-test.cpp b/tests/core/proc/control/argument-tuple-accept-test.cpp index b1c402b4c..59017628c 100644 --- a/tests/core/proc/control/argument-tuple-accept-test.cpp +++ b/tests/core/proc/control/argument-tuple-accept-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file argument-tuple-accept-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-argument-test.cpp b/tests/core/proc/control/command-argument-test.cpp index 47b7d7971..cc7e81c0b 100644 --- a/tests/core/proc/control/command-argument-test.cpp +++ b/tests/core/proc/control/command-argument-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-argument-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-basic-test.cpp b/tests/core/proc/control/command-basic-test.cpp index 3edb79b7b..e6523387f 100644 --- a/tests/core/proc/control/command-basic-test.cpp +++ b/tests/core/proc/control/command-basic-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-basic-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-binding-test.cpp b/tests/core/proc/control/command-binding-test.cpp index 5a4e75387..6f341050b 100644 --- a/tests/core/proc/control/command-binding-test.cpp +++ b/tests/core/proc/control/command-binding-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-binding-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-clone-builder-test.cpp b/tests/core/proc/control/command-clone-builder-test.cpp index 6d0c3e636..7d19baa50 100644 --- a/tests/core/proc/control/command-clone-builder-test.cpp +++ b/tests/core/proc/control/command-clone-builder-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-clone-builder-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-equality-test.cpp b/tests/core/proc/control/command-equality-test.cpp index cc8ed71f1..a240950e1 100644 --- a/tests/core/proc/control/command-equality-test.cpp +++ b/tests/core/proc/control/command-equality-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-equality-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-message-binding-test.cpp b/tests/core/proc/control/command-message-binding-test.cpp index 32c011e5c..c073bd5ae 100644 --- a/tests/core/proc/control/command-message-binding-test.cpp +++ b/tests/core/proc/control/command-message-binding-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-message-binding-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-mutation-test.cpp b/tests/core/proc/control/command-mutation-test.cpp index c839c37fb..2c877f55c 100644 --- a/tests/core/proc/control/command-mutation-test.cpp +++ b/tests/core/proc/control/command-mutation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-mutation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-registry-test.cpp b/tests/core/proc/control/command-registry-test.cpp index 59a4c2c13..bcfc2b98b 100644 --- a/tests/core/proc/control/command-registry-test.cpp +++ b/tests/core/proc/control/command-registry-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-registry-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-use1-test.cpp b/tests/core/proc/control/command-use1-test.cpp index 05be504a4..c035760d5 100644 --- a/tests/core/proc/control/command-use1-test.cpp +++ b/tests/core/proc/control/command-use1-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-use1-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-use2-test.cpp b/tests/core/proc/control/command-use2-test.cpp index a2f107190..d988242c3 100644 --- a/tests/core/proc/control/command-use2-test.cpp +++ b/tests/core/proc/control/command-use2-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-use2-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/command-use3-test.cpp b/tests/core/proc/control/command-use3-test.cpp index 5c1a644d9..c31b5f988 100644 --- a/tests/core/proc/control/command-use3-test.cpp +++ b/tests/core/proc/control/command-use3-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file command-use3-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/handling-pattern-basics-test.cpp b/tests/core/proc/control/handling-pattern-basics-test.cpp index 732a68870..f18e7f44a 100644 --- a/tests/core/proc/control/handling-pattern-basics-test.cpp +++ b/tests/core/proc/control/handling-pattern-basics-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file handling-pattern-basics-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/handling-pattern-standard-impl-test.cpp b/tests/core/proc/control/handling-pattern-standard-impl-test.cpp index 8bae309a1..f1af4a298 100644 --- a/tests/core/proc/control/handling-pattern-standard-impl-test.cpp +++ b/tests/core/proc/control/handling-pattern-standard-impl-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file handling-pattern-standard-impl-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/memento-tie-test.cpp b/tests/core/proc/control/memento-tie-test.cpp index 44626a3a4..1ac4a2bea 100644 --- a/tests/core/proc/control/memento-tie-test.cpp +++ b/tests/core/proc/control/memento-tie-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file memento-tie-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/control/test-dummy-commands.cpp b/tests/core/proc/control/test-dummy-commands.cpp index af7d34948..2da0e4e7f 100644 --- a/tests/core/proc/control/test-dummy-commands.cpp +++ b/tests/core/proc/control/test-dummy-commands.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-dummy-commands.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/buff-table-test.cpp b/tests/core/proc/engine/buff-table-test.cpp index 9faad747a..a9cac4693 100644 --- a/tests/core/proc/engine/buff-table-test.cpp +++ b/tests/core/proc/engine/buff-table-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buff-table-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/buffer-metadata-key-test.cpp b/tests/core/proc/engine/buffer-metadata-key-test.cpp index c9237d980..e34247c7b 100644 --- a/tests/core/proc/engine/buffer-metadata-key-test.cpp +++ b/tests/core/proc/engine/buffer-metadata-key-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buffer-metadata-key-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/buffer-metadata-test.cpp b/tests/core/proc/engine/buffer-metadata-test.cpp index 3ceb0b0f0..54619ac6e 100644 --- a/tests/core/proc/engine/buffer-metadata-test.cpp +++ b/tests/core/proc/engine/buffer-metadata-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buffer-metadata-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/buffer-provider-protocol-test.cpp b/tests/core/proc/engine/buffer-provider-protocol-test.cpp index 7c60d9d03..4833b36e5 100644 --- a/tests/core/proc/engine/buffer-provider-protocol-test.cpp +++ b/tests/core/proc/engine/buffer-provider-protocol-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buffer-provider-protocol-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/calc-stream-test.cpp b/tests/core/proc/engine/calc-stream-test.cpp index a557070f8..7c529c48b 100644 --- a/tests/core/proc/engine/calc-stream-test.cpp +++ b/tests/core/proc/engine/calc-stream-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file calc-stream-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/dispatcher-interface-test.cpp b/tests/core/proc/engine/dispatcher-interface-test.cpp index 2498d7250..9e2c078b2 100644 --- a/tests/core/proc/engine/dispatcher-interface-test.cpp +++ b/tests/core/proc/engine/dispatcher-interface-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dispatcher-interface-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/engine-interface-test.cpp b/tests/core/proc/engine/engine-interface-test.cpp index d99ad0b1a..21f8b140f 100644 --- a/tests/core/proc/engine/engine-interface-test.cpp +++ b/tests/core/proc/engine/engine-interface-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file engine-interface-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/node-basic-test.cpp b/tests/core/proc/engine/node-basic-test.cpp index d3e6f7bfb..eeb22bde3 100644 --- a/tests/core/proc/engine/node-basic-test.cpp +++ b/tests/core/proc/engine/node-basic-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file node-basic-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/node-fabrication-test.cpp b/tests/core/proc/engine/node-fabrication-test.cpp index 302bec5ba..c9f39448d 100644 --- a/tests/core/proc/engine/node-fabrication-test.cpp +++ b/tests/core/proc/engine/node-fabrication-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file node-fabrication-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/node-operation-test.cpp b/tests/core/proc/engine/node-operation-test.cpp index e0e5bbd5c..e60807171 100644 --- a/tests/core/proc/engine/node-operation-test.cpp +++ b/tests/core/proc/engine/node-operation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file node-operation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/node-source-test.cpp b/tests/core/proc/engine/node-source-test.cpp index 1fadd8244..81d74032c 100644 --- a/tests/core/proc/engine/node-source-test.cpp +++ b/tests/core/proc/engine/node-source-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file node-source-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/testframe-test.cpp b/tests/core/proc/engine/testframe-test.cpp index 79419fe07..10d4cbef6 100644 --- a/tests/core/proc/engine/testframe-test.cpp +++ b/tests/core/proc/engine/testframe-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file testframe-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/engine/tracking-heap-block-provider-test.cpp b/tests/core/proc/engine/tracking-heap-block-provider-test.cpp index 70c515b92..40b68b720 100644 --- a/tests/core/proc/engine/tracking-heap-block-provider-test.cpp +++ b/tests/core/proc/engine/tracking-heap-block-provider-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file tracking-heap-block-provider-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/builder/buildertooltest.cpp b/tests/core/proc/mobject/builder/buildertooltest.cpp index 5bd7a8f96..49a2baa2d 100644 --- a/tests/core/proc/mobject/builder/buildertooltest.cpp +++ b/tests/core/proc/mobject/builder/buildertooltest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buildertooltest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/builder/buildsegmenttest.cpp b/tests/core/proc/mobject/builder/buildsegmenttest.cpp index 3d94a2e00..aa0c1fff1 100644 --- a/tests/core/proc/mobject/builder/buildsegmenttest.cpp +++ b/tests/core/proc/mobject/builder/buildsegmenttest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file buildsegmenttest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/builder/fixture-change-detector-test.cpp b/tests/core/proc/mobject/builder/fixture-change-detector-test.cpp index dc3759678..e1dd1cd6f 100644 --- a/tests/core/proc/mobject/builder/fixture-change-detector-test.cpp +++ b/tests/core/proc/mobject/builder/fixture-change-detector-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file fixture-change-detector-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/builder/model-port-registry-test.cpp b/tests/core/proc/mobject/builder/model-port-registry-test.cpp index d31915a9e..304c2d7b3 100644 --- a/tests/core/proc/mobject/builder/model-port-registry-test.cpp +++ b/tests/core/proc/mobject/builder/model-port-registry-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file model-port-registry-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/builder/segmentation-datastructure-test.cpp b/tests/core/proc/mobject/builder/segmentation-datastructure-test.cpp index b08d5c24f..25ac985f8 100644 --- a/tests/core/proc/mobject/builder/segmentation-datastructure-test.cpp +++ b/tests/core/proc/mobject/builder/segmentation-datastructure-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file segmentation-datastructure-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/controller/rendersegmenttest.cpp b/tests/core/proc/mobject/controller/rendersegmenttest.cpp index 91795db0c..44b35ded7 100644 --- a/tests/core/proc/mobject/controller/rendersegmenttest.cpp +++ b/tests/core/proc/mobject/controller/rendersegmenttest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file rendersegmenttest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/mobject-interface-test.cpp b/tests/core/proc/mobject/mobject-interface-test.cpp index 54791cc13..d7cf0fe4f 100644 --- a/tests/core/proc/mobject/mobject-interface-test.cpp +++ b/tests/core/proc/mobject/mobject-interface-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file mobject-interface-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/mobject-ref-test.cpp b/tests/core/proc/mobject/mobject-ref-test.cpp index 5b3196efb..ab219b8c2 100644 --- a/tests/core/proc/mobject/mobject-ref-test.cpp +++ b/tests/core/proc/mobject/mobject-ref-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file mobject-ref-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/output-mapping-test.cpp b/tests/core/proc/mobject/output-mapping-test.cpp index ea4124859..3156759de 100644 --- a/tests/core/proc/mobject/output-mapping-test.cpp +++ b/tests/core/proc/mobject/output-mapping-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file output-mapping-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/placement-basic-test.cpp b/tests/core/proc/mobject/placement-basic-test.cpp index a83bb1368..e31276f24 100644 --- a/tests/core/proc/mobject/placement-basic-test.cpp +++ b/tests/core/proc/mobject/placement-basic-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-basic-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/placement-hierarchy-test.cpp b/tests/core/proc/mobject/placement-hierarchy-test.cpp index 3ae1c80ed..ce19aa31d 100644 --- a/tests/core/proc/mobject/placement-hierarchy-test.cpp +++ b/tests/core/proc/mobject/placement-hierarchy-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-hierarchy-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/placement-object-identity-test.cpp b/tests/core/proc/mobject/placement-object-identity-test.cpp index 080fa2b89..9298e6400 100644 --- a/tests/core/proc/mobject/placement-object-identity-test.cpp +++ b/tests/core/proc/mobject/placement-object-identity-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-object-identity-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/placement-ref-test.cpp b/tests/core/proc/mobject/placement-ref-test.cpp index 5062af9ad..b5c239524 100644 --- a/tests/core/proc/mobject/placement-ref-test.cpp +++ b/tests/core/proc/mobject/placement-ref-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-ref-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/addcliptest.cpp b/tests/core/proc/mobject/session/addcliptest.cpp index 2ed241473..928c40238 100644 --- a/tests/core/proc/mobject/session/addcliptest.cpp +++ b/tests/core/proc/mobject/session/addcliptest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file addcliptest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/defs-manager-impl-test.cpp b/tests/core/proc/mobject/session/defs-manager-impl-test.cpp index fbf32ac25..ec249a693 100644 --- a/tests/core/proc/mobject/session/defs-manager-impl-test.cpp +++ b/tests/core/proc/mobject/session/defs-manager-impl-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file defs-manager-impl-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/defs-manager-test.cpp b/tests/core/proc/mobject/session/defs-manager-test.cpp index 61427b3aa..5dbe64307 100644 --- a/tests/core/proc/mobject/session/defs-manager-test.cpp +++ b/tests/core/proc/mobject/session/defs-manager-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file defs-manager-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/defs-registry-impl-test.cpp b/tests/core/proc/mobject/session/defs-registry-impl-test.cpp index 212fd1bf1..c8345e42b 100644 --- a/tests/core/proc/mobject/session/defs-registry-impl-test.cpp +++ b/tests/core/proc/mobject/session/defs-registry-impl-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file defs-registry-impl-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/deletecliptest.cpp b/tests/core/proc/mobject/session/deletecliptest.cpp index 8b0c046f9..945ad6b88 100644 --- a/tests/core/proc/mobject/session/deletecliptest.cpp +++ b/tests/core/proc/mobject/session/deletecliptest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file deletecliptest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/placement-index-query-test.cpp b/tests/core/proc/mobject/session/placement-index-query-test.cpp index 8932652bc..285c950a5 100644 --- a/tests/core/proc/mobject/session/placement-index-query-test.cpp +++ b/tests/core/proc/mobject/session/placement-index-query-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-index-query-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/placement-index-test.cpp b/tests/core/proc/mobject/session/placement-index-test.cpp index 8b4b11fe3..f7718cea3 100644 --- a/tests/core/proc/mobject/session/placement-index-test.cpp +++ b/tests/core/proc/mobject/session/placement-index-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-index-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/placement-scope-test.cpp b/tests/core/proc/mobject/session/placement-scope-test.cpp index d27331dbd..d969e406a 100644 --- a/tests/core/proc/mobject/session/placement-scope-test.cpp +++ b/tests/core/proc/mobject/session/placement-scope-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file placement-scope-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/query-focus-stack-test.cpp b/tests/core/proc/mobject/session/query-focus-stack-test.cpp index ffa34b5ee..bcc3d0515 100644 --- a/tests/core/proc/mobject/session/query-focus-stack-test.cpp +++ b/tests/core/proc/mobject/session/query-focus-stack-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file query-focus-stack-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/query-focus-test.cpp b/tests/core/proc/mobject/session/query-focus-test.cpp index 2d5359bc9..5ba8561a9 100644 --- a/tests/core/proc/mobject/session/query-focus-test.cpp +++ b/tests/core/proc/mobject/session/query-focus-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file query-focus-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/query-resolver-test.cpp b/tests/core/proc/mobject/session/query-resolver-test.cpp index 15d478c6b..680fc5889 100644 --- a/tests/core/proc/mobject/session/query-resolver-test.cpp +++ b/tests/core/proc/mobject/session/query-resolver-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file query-resolver-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/rebuildfixturetest.cpp b/tests/core/proc/mobject/session/rebuildfixturetest.cpp index 2abd43d02..208c69fba 100644 --- a/tests/core/proc/mobject/session/rebuildfixturetest.cpp +++ b/tests/core/proc/mobject/session/rebuildfixturetest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file rebuildfixturetest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/scope-path-test.cpp b/tests/core/proc/mobject/session/scope-path-test.cpp index 1bf19fd84..183c704a0 100644 --- a/tests/core/proc/mobject/session/scope-path-test.cpp +++ b/tests/core/proc/mobject/session/scope-path-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scope-path-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/scope-query-test.cpp b/tests/core/proc/mobject/session/scope-query-test.cpp index a56a7f76a..b2603018a 100644 --- a/tests/core/proc/mobject/session/scope-query-test.cpp +++ b/tests/core/proc/mobject/session/scope-query-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scope-query-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/session-element-query-test.cpp b/tests/core/proc/mobject/session/session-element-query-test.cpp index fd59eb81f..95985742d 100644 --- a/tests/core/proc/mobject/session/session-element-query-test.cpp +++ b/tests/core/proc/mobject/session/session-element-query-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file session-element-query-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/session-element-tracker-test.cpp b/tests/core/proc/mobject/session/session-element-tracker-test.cpp index 888760f5d..fd1ec184d 100644 --- a/tests/core/proc/mobject/session/session-element-tracker-test.cpp +++ b/tests/core/proc/mobject/session/session-element-tracker-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file session-element-tracker-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/session-modify-parts-test.cpp b/tests/core/proc/mobject/session/session-modify-parts-test.cpp index dfa87ba7a..a0ea1dde2 100644 --- a/tests/core/proc/mobject/session/session-modify-parts-test.cpp +++ b/tests/core/proc/mobject/session/session-modify-parts-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file session-modify-parts-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/session-service-access-test.cpp b/tests/core/proc/mobject/session/session-service-access-test.cpp index f5d16d99d..e62437323 100644 --- a/tests/core/proc/mobject/session/session-service-access-test.cpp +++ b/tests/core/proc/mobject/session/session-service-access-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file session-service-access-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/session-structure-test.cpp b/tests/core/proc/mobject/session/session-structure-test.cpp index f7fd4f978..d742c65dd 100644 --- a/tests/core/proc/mobject/session/session-structure-test.cpp +++ b/tests/core/proc/mobject/session/session-structure-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file session-structure-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/sessionmanagertest.cpp b/tests/core/proc/mobject/session/sessionmanagertest.cpp index f0736a501..866d54570 100644 --- a/tests/core/proc/mobject/session/sessionmanagertest.cpp +++ b/tests/core/proc/mobject/session/sessionmanagertest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sessionmanagertest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/mobject/session/timeline-sequence-handling-test.cpp b/tests/core/proc/mobject/session/timeline-sequence-handling-test.cpp index 4909379a0..d07df4039 100644 --- a/tests/core/proc/mobject/session/timeline-sequence-handling-test.cpp +++ b/tests/core/proc/mobject/session/timeline-sequence-handling-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file timeline-sequence-handling-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/play/dummy-play-connection-test.cpp b/tests/core/proc/play/dummy-play-connection-test.cpp index b6e326f44..856bc3d4c 100644 --- a/tests/core/proc/play/dummy-play-connection-test.cpp +++ b/tests/core/proc/play/dummy-play-connection-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dummy-play-connection-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/play/output-slot-protocol-test.cpp b/tests/core/proc/play/output-slot-protocol-test.cpp index e04b1bd11..47f1eb81c 100644 --- a/tests/core/proc/play/output-slot-protocol-test.cpp +++ b/tests/core/proc/play/output-slot-protocol-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file output-slot-protocol-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/core/proc/play/timing-constraints-test.cpp b/tests/core/proc/play/timing-constraints-test.cpp index 349940390..336934391 100644 --- a/tests/core/proc/play/timing-constraints-test.cpp +++ b/tests/core/proc/play/timing-constraints-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file timing-constraints-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/gui/bus-term-test.cpp b/tests/gui/bus-term-test.cpp index b7ca88f49..697b54540 100644 --- a/tests/gui/bus-term-test.cpp +++ b/tests/gui/bus-term-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file bus-term-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/gui/interact/state-map-grouping-storage-test.cpp b/tests/gui/interact/state-map-grouping-storage-test.cpp index 0040ad415..1318e8fcc 100644 --- a/tests/gui/interact/state-map-grouping-storage-test.cpp +++ b/tests/gui/interact/state-map-grouping-storage-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file state-map-grouping-storage-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/gui/test-gui-test.cpp b/tests/gui/test-gui-test.cpp index d5268b9a8..3d90b3005 100644 --- a/tests/gui/test-gui-test.cpp +++ b/tests/gui/test-gui-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-gui-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-basics-test.cpp b/tests/library/advice/advice-basics-test.cpp index 6e989b6f5..814a958fa 100644 --- a/tests/library/advice/advice-basics-test.cpp +++ b/tests/library/advice/advice-basics-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-basics-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-binding-pattern-test.cpp b/tests/library/advice/advice-binding-pattern-test.cpp index 9671ea1ff..b985e543e 100644 --- a/tests/library/advice/advice-binding-pattern-test.cpp +++ b/tests/library/advice/advice-binding-pattern-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-binding-pattern-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-configuration-test.cpp b/tests/library/advice/advice-configuration-test.cpp index c8ff0d4e7..69733ffc4 100644 --- a/tests/library/advice/advice-configuration-test.cpp +++ b/tests/library/advice/advice-configuration-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-configuration-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-index-test.cpp b/tests/library/advice/advice-index-test.cpp index 8db4ce983..19b919e12 100644 --- a/tests/library/advice/advice-index-test.cpp +++ b/tests/library/advice/advice-index-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-index-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-multiplicity-test.cpp b/tests/library/advice/advice-multiplicity-test.cpp index b09f1e469..ab45743d5 100644 --- a/tests/library/advice/advice-multiplicity-test.cpp +++ b/tests/library/advice/advice-multiplicity-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-multiplicity-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/advice/advice-situations-test.cpp b/tests/library/advice/advice-situations-test.cpp index 7f0d1b45a..63fe1a836 100644 --- a/tests/library/advice/advice-situations-test.cpp +++ b/tests/library/advice/advice-situations-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file advice-situations-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/allocation-cluster-test.cpp b/tests/library/allocation-cluster-test.cpp index 4dc49b8c8..f54daf12c 100644 --- a/tests/library/allocation-cluster-test.cpp +++ b/tests/library/allocation-cluster-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file allocation-cluster-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/app-config-test.cpp b/tests/library/app-config-test.cpp index 2a19305ee..eba0ac69b 100644 --- a/tests/library/app-config-test.cpp +++ b/tests/library/app-config-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file app-config-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/bool-checkable-test.cpp b/tests/library/bool-checkable-test.cpp index cb9cfede3..b258b15fb 100644 --- a/tests/library/bool-checkable-test.cpp +++ b/tests/library/bool-checkable-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file bool-checkable-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-errorstate.c b/tests/library/c-lib/test-errorstate.c index 1b9a54ec8..080a4bdf0 100644 --- a/tests/library/c-lib/test-errorstate.c +++ b/tests/library/c-lib/test-errorstate.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-llist.c b/tests/library/c-lib/test-llist.c index 26fce3751..2d1b5ceca 100644 --- a/tests/library/c-lib/test-llist.c +++ b/tests/library/c-lib/test-llist.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-locking.c b/tests/library/c-lib/test-locking.c index 5c4da0538..f2601db22 100644 --- a/tests/library/c-lib/test-locking.c +++ b/tests/library/c-lib/test-locking.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-luid.c b/tests/library/c-lib/test-luid.c index d87809168..01f26eef5 100644 --- a/tests/library/c-lib/test-luid.c +++ b/tests/library/c-lib/test-luid.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-mpool.c b/tests/library/c-lib/test-mpool.c index 09331ad0b..a15e864a0 100644 --- a/tests/library/c-lib/test-mpool.c +++ b/tests/library/c-lib/test-mpool.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-priqueue.c b/tests/library/c-lib/test-priqueue.c index 46589264f..b5c25e1b8 100644 --- a/tests/library/c-lib/test-priqueue.c +++ b/tests/library/c-lib/test-priqueue.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-psplay.c b/tests/library/c-lib/test-psplay.c index 6cae14716..e8effdb19 100644 --- a/tests/library/c-lib/test-psplay.c +++ b/tests/library/c-lib/test-psplay.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-safeclib.c b/tests/library/c-lib/test-safeclib.c index d6a322144..6de98c184 100644 --- a/tests/library/c-lib/test-safeclib.c +++ b/tests/library/c-lib/test-safeclib.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-slist.c b/tests/library/c-lib/test-slist.c index 8b5a8a6a7..296a3ca8b 100644 --- a/tests/library/c-lib/test-slist.c +++ b/tests/library/c-lib/test-slist.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/c-lib/test-time.c b/tests/library/c-lib/test-time.c index 02ba321b0..ac31b798c 100644 --- a/tests/library/c-lib/test-time.c +++ b/tests/library/c-lib/test-time.c @@ -21,7 +21,7 @@ * *****************************************************/ /** @file §§§ - ** unit test TODO §§§ + ** unit test §§TODO§§ */ diff --git a/tests/library/cmdline-wrapper-test.cpp b/tests/library/cmdline-wrapper-test.cpp index 8ca8de8ad..1135faeb2 100644 --- a/tests/library/cmdline-wrapper-test.cpp +++ b/tests/library/cmdline-wrapper-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file cmdline-wrapper-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/custom-shared-ptr-test.cpp b/tests/library/custom-shared-ptr-test.cpp index 4ec7493ce..f26098165 100644 --- a/tests/library/custom-shared-ptr-test.cpp +++ b/tests/library/custom-shared-ptr-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file custom-shared-ptr-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/del-stash-test.cpp b/tests/library/del-stash-test.cpp index 28ff6dea4..26363dbff 100644 --- a/tests/library/del-stash-test.cpp +++ b/tests/library/del-stash-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file del-stash-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/dependency-factory-test.cpp b/tests/library/dependency-factory-test.cpp index 5df8937a9..106900df1 100644 --- a/tests/library/dependency-factory-test.cpp +++ b/tests/library/dependency-factory-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dependency-factory-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/diff-complex-application-test.cpp b/tests/library/diff/diff-complex-application-test.cpp index 22d711540..e5faa340b 100644 --- a/tests/library/diff/diff-complex-application-test.cpp +++ b/tests/library/diff/diff-complex-application-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diff-complex-application-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/diff-index-table-test.cpp b/tests/library/diff/diff-index-table-test.cpp index 01279b113..7bc618bdb 100644 --- a/tests/library/diff/diff-index-table-test.cpp +++ b/tests/library/diff/diff-index-table-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diff-index-table-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/diff-list-application-test.cpp b/tests/library/diff/diff-list-application-test.cpp index a87f98fed..86f580806 100644 --- a/tests/library/diff/diff-list-application-test.cpp +++ b/tests/library/diff/diff-list-application-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diff-list-application-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/diff-list-generation-test.cpp b/tests/library/diff/diff-list-generation-test.cpp index 0e7af8746..f6d0172c6 100644 --- a/tests/library/diff/diff-list-generation-test.cpp +++ b/tests/library/diff/diff-list-generation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diff-list-generation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/diff-tree-application-test.cpp b/tests/library/diff/diff-tree-application-test.cpp index d640925d0..412234f8d 100644 --- a/tests/library/diff/diff-tree-application-test.cpp +++ b/tests/library/diff/diff-tree-application-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file diff-tree-application-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/gen-node-basic-test.cpp b/tests/library/diff/gen-node-basic-test.cpp index 5c043d573..adb65d6dc 100644 --- a/tests/library/diff/gen-node-basic-test.cpp +++ b/tests/library/diff/gen-node-basic-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file gen-node-basic-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/generic-record-representation-test.cpp b/tests/library/diff/generic-record-representation-test.cpp index 562d917e7..79cae0cf3 100644 --- a/tests/library/diff/generic-record-representation-test.cpp +++ b/tests/library/diff/generic-record-representation-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file generic-record-representation-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/tree-mutator-binding-test.cpp b/tests/library/diff/tree-mutator-binding-test.cpp index 4ad181975..8411b24e9 100644 --- a/tests/library/diff/tree-mutator-binding-test.cpp +++ b/tests/library/diff/tree-mutator-binding-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file tree-mutator-binding-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/diff/tree-mutator-test.cpp b/tests/library/diff/tree-mutator-test.cpp index 2cd8c7482..3b8533be3 100644 --- a/tests/library/diff/tree-mutator-test.cpp +++ b/tests/library/diff/tree-mutator-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file tree-mutator-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/exceptionerrortest.cpp b/tests/library/exceptionerrortest.cpp index 247458a5e..979117c50 100644 --- a/tests/library/exceptionerrortest.cpp +++ b/tests/library/exceptionerrortest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file exceptionerrortest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/format-cout-test.cpp b/tests/library/format-cout-test.cpp index ef020ebd9..4387f4322 100644 --- a/tests/library/format-cout-test.cpp +++ b/tests/library/format-cout-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file format-cout-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/format-helper-test.cpp b/tests/library/format-helper-test.cpp index 44a2f57c3..c548ab517 100644 --- a/tests/library/format-helper-test.cpp +++ b/tests/library/format-helper-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file format-helper-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/format-string-test.cpp b/tests/library/format-string-test.cpp index 2577588e0..f9b2377ac 100644 --- a/tests/library/format-string-test.cpp +++ b/tests/library/format-string-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file format-string-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/functor-util-test.cpp b/tests/library/functor-util-test.cpp index 6dda798be..81546bf75 100644 --- a/tests/library/functor-util-test.cpp +++ b/tests/library/functor-util-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file functor-util-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/hash-generator-test.cpp b/tests/library/hash-generator-test.cpp index 2a9be98d4..11d7fc782 100644 --- a/tests/library/hash-generator-test.cpp +++ b/tests/library/hash-generator-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file hash-generator-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/hash-indexed-test.cpp b/tests/library/hash-indexed-test.cpp index cba68e9f2..677fc6aa7 100644 --- a/tests/library/hash-indexed-test.cpp +++ b/tests/library/hash-indexed-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file hash-indexed-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/hash-standard-to-boost-bridge-test.cpp b/tests/library/hash-standard-to-boost-bridge-test.cpp index 97cd802b6..a1dda903e 100644 --- a/tests/library/hash-standard-to-boost-bridge-test.cpp +++ b/tests/library/hash-standard-to-boost-bridge-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file hash-standard-to-boost-bridge-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/helloworldtest.cpp b/tests/library/helloworldtest.cpp index e15c3368e..b14e46463 100644 --- a/tests/library/helloworldtest.cpp +++ b/tests/library/helloworldtest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file helloworldtest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/hierarchy-orientation-indicator-test.cpp b/tests/library/hierarchy-orientation-indicator-test.cpp index eac05f593..d55bed459 100644 --- a/tests/library/hierarchy-orientation-indicator-test.cpp +++ b/tests/library/hierarchy-orientation-indicator-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file hierarchy-orientation-indicator-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/idi/generic-id-function-test.cpp b/tests/library/idi/generic-id-function-test.cpp index e0da5427c..f1a0af92b 100644 --- a/tests/library/idi/generic-id-function-test.cpp +++ b/tests/library/idi/generic-id-function-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file generic-id-function-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/item-wrapper-test.cpp b/tests/library/item-wrapper-test.cpp index bc9eacff7..66a95f29c 100644 --- a/tests/library/item-wrapper-test.cpp +++ b/tests/library/item-wrapper-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file item-wrapper-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-adapter-stl-test.cpp b/tests/library/iter-adapter-stl-test.cpp index 6c46abba7..8e6881299 100644 --- a/tests/library/iter-adapter-stl-test.cpp +++ b/tests/library/iter-adapter-stl-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-adapter-stl-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-adapter-test.cpp b/tests/library/iter-adapter-test.cpp index 4c7e2fd1a..8b604b8a7 100644 --- a/tests/library/iter-adapter-test.cpp +++ b/tests/library/iter-adapter-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-adapter-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-cursor-test.cpp b/tests/library/iter-cursor-test.cpp index 38d1eecec..57b9b0a00 100644 --- a/tests/library/iter-cursor-test.cpp +++ b/tests/library/iter-cursor-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-cursor-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-explorer-test.cpp b/tests/library/iter-explorer-test.cpp index ffd0f2cf8..4737912c0 100644 --- a/tests/library/iter-explorer-test.cpp +++ b/tests/library/iter-explorer-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-explorer-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-queue-test.cpp b/tests/library/iter-queue-test.cpp index ab0df58f2..8dcf8902a 100644 --- a/tests/library/iter-queue-test.cpp +++ b/tests/library/iter-queue-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-queue-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-source-test.cpp b/tests/library/iter-source-test.cpp index 4074436f0..895ae7450 100644 --- a/tests/library/iter-source-test.cpp +++ b/tests/library/iter-source-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-source-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/iter-stack-test.cpp b/tests/library/iter-stack-test.cpp index fe41b7a28..455b851ca 100644 --- a/tests/library/iter-stack-test.cpp +++ b/tests/library/iter-stack-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iter-stack-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/itertools-test.cpp b/tests/library/itertools-test.cpp index 1e7b91859..aabab2460 100644 --- a/tests/library/itertools-test.cpp +++ b/tests/library/itertools-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file itertools-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/lifecycletest.cpp b/tests/library/lifecycletest.cpp index 14669c345..34894349f 100644 --- a/tests/library/lifecycletest.cpp +++ b/tests/library/lifecycletest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file lifecycletest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/linked-elements-test.cpp b/tests/library/linked-elements-test.cpp index ce78c29c1..2e0a1d9b0 100644 --- a/tests/library/linked-elements-test.cpp +++ b/tests/library/linked-elements-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file linked-elements-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/maybe-value-test.cpp b/tests/library/maybe-value-test.cpp index 99f8f0171..83d59d3df 100644 --- a/tests/library/maybe-value-test.cpp +++ b/tests/library/maybe-value-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file maybe-value-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/access-casted-test.cpp b/tests/library/meta/access-casted-test.cpp index 90fef0367..5b5724200 100644 --- a/tests/library/meta/access-casted-test.cpp +++ b/tests/library/meta/access-casted-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file access-casted-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/duck-detector-test.cpp b/tests/library/meta/duck-detector-test.cpp index 89e5287bc..354420971 100644 --- a/tests/library/meta/duck-detector-test.cpp +++ b/tests/library/meta/duck-detector-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file duck-detector-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/dummy-functions.hpp b/tests/library/meta/dummy-functions.hpp index 0650c547e..7cf523e4d 100644 --- a/tests/library/meta/dummy-functions.hpp +++ b/tests/library/meta/dummy-functions.hpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file dummy-functions.hpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/function-composition-test.cpp b/tests/library/meta/function-composition-test.cpp index 16cf65cfb..10902db45 100644 --- a/tests/library/meta/function-composition-test.cpp +++ b/tests/library/meta/function-composition-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file function-composition-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/function-erasure-test.cpp b/tests/library/meta/function-erasure-test.cpp index 712772312..fb0532d0d 100644 --- a/tests/library/meta/function-erasure-test.cpp +++ b/tests/library/meta/function-erasure-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file function-erasure-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/generator-combinations-test.cpp b/tests/library/meta/generator-combinations-test.cpp index 629001e81..0d541d359 100644 --- a/tests/library/meta/generator-combinations-test.cpp +++ b/tests/library/meta/generator-combinations-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file generator-combinations-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/iterable-classification-test.cpp b/tests/library/meta/iterable-classification-test.cpp index 681392401..a38a70316 100644 --- a/tests/library/meta/iterable-classification-test.cpp +++ b/tests/library/meta/iterable-classification-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file iterable-classification-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/meta-utils-test.cpp b/tests/library/meta/meta-utils-test.cpp index 9de46d91f..3d2fcc3cc 100644 --- a/tests/library/meta/meta-utils-test.cpp +++ b/tests/library/meta/meta-utils-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file meta-utils-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/tuple-record-init-test.cpp b/tests/library/meta/tuple-record-init-test.cpp index 92f468172..edbca2920 100644 --- a/tests/library/meta/tuple-record-init-test.cpp +++ b/tests/library/meta/tuple-record-init-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file tuple-record-init-test.cpp + ** unit test §§TODO§§ */ ///@file diff --git a/tests/library/meta/type-demangling-test.cpp b/tests/library/meta/type-demangling-test.cpp index 3eb1cfa29..b380f8ede 100644 --- a/tests/library/meta/type-demangling-test.cpp +++ b/tests/library/meta/type-demangling-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file type-demangling-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/type-display-test.cpp b/tests/library/meta/type-display-test.cpp index 60565e275..ed22d4e53 100644 --- a/tests/library/meta/type-display-test.cpp +++ b/tests/library/meta/type-display-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file type-display-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/typelist-test.cpp b/tests/library/meta/typelist-test.cpp index ffb307cc0..4a31dbcf2 100644 --- a/tests/library/meta/typelist-test.cpp +++ b/tests/library/meta/typelist-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file typelist-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/typelist-util-test.cpp b/tests/library/meta/typelist-util-test.cpp index 6c9bdd79e..fb93a157d 100644 --- a/tests/library/meta/typelist-util-test.cpp +++ b/tests/library/meta/typelist-util-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file typelist-util-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/meta/virtual-copy-support-test.cpp b/tests/library/meta/virtual-copy-support-test.cpp index 4ca762b24..9adf6886a 100644 --- a/tests/library/meta/virtual-copy-support-test.cpp +++ b/tests/library/meta/virtual-copy-support-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file virtual-copy-support-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/multifact-argument-test.cpp b/tests/library/multifact-argument-test.cpp index f69244d76..ef30ccbf5 100644 --- a/tests/library/multifact-argument-test.cpp +++ b/tests/library/multifact-argument-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file multifact-argument-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/multifact-singleton-test.cpp b/tests/library/multifact-singleton-test.cpp index ade0f26d3..377303b17 100644 --- a/tests/library/multifact-singleton-test.cpp +++ b/tests/library/multifact-singleton-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file multifact-singleton-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/multifact-test.cpp b/tests/library/multifact-test.cpp index 3b2b99d83..f99b9d6fc 100644 --- a/tests/library/multifact-test.cpp +++ b/tests/library/multifact-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file multifact-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/null-value-test.cpp b/tests/library/null-value-test.cpp index 785991044..34d144788 100644 --- a/tests/library/null-value-test.cpp +++ b/tests/library/null-value-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file null-value-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/opaque-holder-test.cpp b/tests/library/opaque-holder-test.cpp index 4df609b04..daed90748 100644 --- a/tests/library/opaque-holder-test.cpp +++ b/tests/library/opaque-holder-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file opaque-holder-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/opaque-unchecked-buffer-test.cpp b/tests/library/opaque-unchecked-buffer-test.cpp index c8f0aeca5..d34876447 100644 --- a/tests/library/opaque-unchecked-buffer-test.cpp +++ b/tests/library/opaque-unchecked-buffer-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file opaque-unchecked-buffer-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/optional-ref-test.cpp b/tests/library/optional-ref-test.cpp index a568850ab..180fc2e77 100644 --- a/tests/library/optional-ref-test.cpp +++ b/tests/library/optional-ref-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file optional-ref-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/polymorphic-value-test.cpp b/tests/library/polymorphic-value-test.cpp index f824b0756..0be0be73b 100644 --- a/tests/library/polymorphic-value-test.cpp +++ b/tests/library/polymorphic-value-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file polymorphic-value-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/query-text-test.cpp b/tests/library/query-text-test.cpp index f7f9a3732..4bd09335f 100644 --- a/tests/library/query-text-test.cpp +++ b/tests/library/query-text-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file query-text-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/query/query-utils-test.cpp b/tests/library/query/query-utils-test.cpp index b25d4eed0..6d31f2a9d 100644 --- a/tests/library/query/query-utils-test.cpp +++ b/tests/library/query/query-utils-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file query-utils-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/ref-array-test.cpp b/tests/library/ref-array-test.cpp index 45980e1d0..4a0c2cc1c 100644 --- a/tests/library/ref-array-test.cpp +++ b/tests/library/ref-array-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file ref-array-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/removefromsettest.cpp b/tests/library/removefromsettest.cpp index 53ea9a2b2..5ac38aba9 100644 --- a/tests/library/removefromsettest.cpp +++ b/tests/library/removefromsettest.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file removefromsettest.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/sanitised-identifier-test.cpp b/tests/library/sanitised-identifier-test.cpp index e04288b72..47d24d680 100644 --- a/tests/library/sanitised-identifier-test.cpp +++ b/tests/library/sanitised-identifier-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sanitised-identifier-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/scoped-collection-test.cpp b/tests/library/scoped-collection-test.cpp index 87168a723..38404b319 100644 --- a/tests/library/scoped-collection-test.cpp +++ b/tests/library/scoped-collection-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scoped-collection-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/scoped-holder-test.cpp b/tests/library/scoped-holder-test.cpp index c3fe368f0..41850bffd 100644 --- a/tests/library/scoped-holder-test.cpp +++ b/tests/library/scoped-holder-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scoped-holder-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/scoped-holder-transfer-test.cpp b/tests/library/scoped-holder-transfer-test.cpp index 41f972d56..cdc56870c 100644 --- a/tests/library/scoped-holder-transfer-test.cpp +++ b/tests/library/scoped-holder-transfer-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scoped-holder-transfer-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/scoped-ptrvect-test.cpp b/tests/library/scoped-ptrvect-test.cpp index 0694b0538..f9027ba93 100644 --- a/tests/library/scoped-ptrvect-test.cpp +++ b/tests/library/scoped-ptrvect-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file scoped-ptrvect-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/search-path-splitter-test.cpp b/tests/library/search-path-splitter-test.cpp index 5d5d19eb8..6cb859623 100644 --- a/tests/library/search-path-splitter-test.cpp +++ b/tests/library/search-path-splitter-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file search-path-splitter-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/simple-allocator-test.cpp b/tests/library/simple-allocator-test.cpp index 019baf77c..c047de152 100644 --- a/tests/library/simple-allocator-test.cpp +++ b/tests/library/simple-allocator-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file simple-allocator-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/singleton-subclass-test.cpp b/tests/library/singleton-subclass-test.cpp index b661dcfd5..d3a188955 100644 --- a/tests/library/singleton-subclass-test.cpp +++ b/tests/library/singleton-subclass-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file singleton-subclass-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/singleton-test.cpp b/tests/library/singleton-test.cpp index 90ab20ba0..d356ff56d 100644 --- a/tests/library/singleton-test.cpp +++ b/tests/library/singleton-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file singleton-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/singleton-testmock-test.cpp b/tests/library/singleton-testmock-test.cpp index bf039c656..2c6cc8edb 100644 --- a/tests/library/singleton-testmock-test.cpp +++ b/tests/library/singleton-testmock-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file singleton-testmock-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/sub-id-test.cpp b/tests/library/sub-id-test.cpp index 39af39831..64f41650e 100644 --- a/tests/library/sub-id-test.cpp +++ b/tests/library/sub-id-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file sub-id-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/symbol-hashtable-test.cpp b/tests/library/symbol-hashtable-test.cpp index 00473540f..247a87f59 100644 --- a/tests/library/symbol-hashtable-test.cpp +++ b/tests/library/symbol-hashtable-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file symbol-hashtable-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/symbol-test.cpp b/tests/library/symbol-test.cpp index de8ccbb1d..5d1023c22 100644 --- a/tests/library/symbol-test.cpp +++ b/tests/library/symbol-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file symbol-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/test/test-event-log-test.cpp b/tests/library/test/test-event-log-test.cpp index 60e7c5f4c..287f8515d 100644 --- a/tests/library/test/test-event-log-test.cpp +++ b/tests/library/test/test-event-log-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-event-log-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/test/test-helper-test.cpp b/tests/library/test/test-helper-test.cpp index 8028364d0..d46a6be77 100644 --- a/tests/library/test/test-helper-test.cpp +++ b/tests/library/test/test-helper-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-helper-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/test/test-helper-variadic-test.cpp b/tests/library/test/test-helper-variadic-test.cpp index 0cdf0a2fa..e8c9d129b 100644 --- a/tests/library/test/test-helper-variadic-test.cpp +++ b/tests/library/test/test-helper-variadic-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-helper-variadic-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/test/test-option-test.cpp b/tests/library/test/test-option-test.cpp index 01709fbaa..2283020c6 100644 --- a/tests/library/test/test-option-test.cpp +++ b/tests/library/test/test-option-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file test-option-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/typed-allocation-manager-test.cpp b/tests/library/typed-allocation-manager-test.cpp index 128d7da77..bee4fed72 100644 --- a/tests/library/typed-allocation-manager-test.cpp +++ b/tests/library/typed-allocation-manager-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file typed-allocation-manager-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/unique-malloc-owner-test.cpp b/tests/library/unique-malloc-owner-test.cpp index a75358dd3..e558f28aa 100644 --- a/tests/library/unique-malloc-owner-test.cpp +++ b/tests/library/unique-malloc-owner-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file unique-malloc-owner-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/util-collection-test.cpp b/tests/library/util-collection-test.cpp index faaa4c925..176ffb045 100644 --- a/tests/library/util-collection-test.cpp +++ b/tests/library/util-collection-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file util-collection-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/util-floordiv-test.cpp b/tests/library/util-floordiv-test.cpp index dac4c65bc..cc8035463 100644 --- a/tests/library/util-floordiv-test.cpp +++ b/tests/library/util-floordiv-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file util-floordiv-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/util-floorwrap-test.cpp b/tests/library/util-floorwrap-test.cpp index bf49fabd7..c859dcdc8 100644 --- a/tests/library/util-floorwrap-test.cpp +++ b/tests/library/util-floorwrap-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file util-floorwrap-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/util-foreach-test.cpp b/tests/library/util-foreach-test.cpp index 7ee572813..e2dbfa276 100644 --- a/tests/library/util-foreach-test.cpp +++ b/tests/library/util-foreach-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file util-foreach-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/variant-test.cpp b/tests/library/variant-test.cpp index a231bdb80..12a180652 100644 --- a/tests/library/variant-test.cpp +++ b/tests/library/variant-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file variant-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/vector-transfer-test.cpp b/tests/library/vector-transfer-test.cpp index 8f0004ec1..e9d33d5ce 100644 --- a/tests/library/vector-transfer-test.cpp +++ b/tests/library/vector-transfer-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file vector-transfer-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/library/verb-function-dispatch-test.cpp b/tests/library/verb-function-dispatch-test.cpp index ae23446fd..6dcc3eead 100644 --- a/tests/library/verb-function-dispatch-test.cpp +++ b/tests/library/verb-function-dispatch-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file verb-function-dispatch-test.cpp + ** unit test §§TODO§§ */ diff --git a/tests/operation/bugs/hello-bug-test.cpp b/tests/operation/bugs/hello-bug-test.cpp index 84ec29cd7..325462893 100644 --- a/tests/operation/bugs/hello-bug-test.cpp +++ b/tests/operation/bugs/hello-bug-test.cpp @@ -20,8 +20,8 @@ * *****************************************************/ -/** @file §§§ - ** unit test TODO §§§ +/** @file hello-bug-test.cpp + ** unit test §§TODO§§ */