Doxygen: insert actual filename into those automatically added file comments

HOWTO
for F in $(find src -type f \( -name '*.cpp' -or -name '*.hpp' \)  -exec egrep -q '§§§' {} \; -print);
    do D=$(basename $F);
       sed -r -e"s/§§§/$D/" $F ;
done
This commit is contained in:
Fischlurch 2016-11-03 18:22:31 +01:00
parent 48e9b7594a
commit 6339a288dd
326 changed files with 652 additions and 652 deletions

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file engine-config.cpp
** TODO engine-config.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file scheduler-frontend.cpp
** TODO scheduler-frontend.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file scheduler-frontend.hpp
** TODO scheduler-frontend.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file enginefacade.cpp
** TODO enginefacade.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file enginefacade.hpp
** TODO enginefacade.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file media-access-facade.cpp
** TODO media-access-facade.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file media-access-facade.hpp
** TODO media-access-facade.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file netnodefacade.cpp
** TODO netnodefacade.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file netnodefacade.hpp
** TODO netnodefacade.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file real-clock.cpp
** TODO real-clock.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file scriptrunnerfacade.cpp
** TODO scriptrunnerfacade.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file scriptrunnerfacade.hpp
** TODO scriptrunnerfacade.hpp
*/

View file

@ -22,8 +22,8 @@
*/
/** @file §§§
** TODO §§§
/** @file thread-wrapper.hpp
** TODO thread-wrapper.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file threadpool-init.cpp
** TODO threadpool-init.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file binding.cpp
** TODO binding.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file appstate.cpp
** TODO appstate.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file basic-setup.cpp
** TODO basic-setup.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file basic-setup.hpp
** TODO basic-setup.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file configfacade.cpp
** TODO configfacade.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file guifacade.cpp
** TODO guifacade.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file interfaceproxy.cpp
** TODO interfaceproxy.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file option.cpp
** TODO option.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file option.hpp
** TODO option.hpp
*/

View file

@ -22,8 +22,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file config-rules.cpp
** TODO config-rules.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file defs-manager.hpp
** TODO defs-manager.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file query-resolver.cpp
** TODO query-resolver.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file query-resolver.hpp
** TODO query-resolver.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file subsys.cpp
** TODO subsys.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file subsystem-runner.hpp
** TODO subsystem-runner.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file playback-controller.cpp
** TODO playback-controller.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file dialog.hpp
** TODO dialog.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file name-chooser.cpp
** TODO name-chooser.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file name-chooser.hpp
** TODO name-chooser.hpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file preferences-dialog.hpp
** TODO preferences-dialog.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file render.cpp
** TODO render.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file display-service.cpp
** TODO display-service.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file gtk-lumiera.cpp
** TODO gtk-lumiera.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file clip-track.cpp
** TODO clip-track.cpp
*/
#include "clip-track.hpp"

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file clip.cpp
** TODO clip.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file group-track.cpp
** TODO group-track.cpp
*/
#include "group-track.hpp"

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file parent-track.cpp
** TODO parent-track.cpp
*/
#include "parent-track.hpp"

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file project.cpp
** TODO project.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file sequence.cpp
** TODO sequence.cpp
*/
#include "gui/model/sequence.hpp"

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file track.cpp
** TODO track.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file notification-service.cpp
** TODO notification-service.cpp
*/

View file

@ -23,8 +23,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file displayer.cpp
** TODO displayer.cpp
*/

View file

@ -23,8 +23,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file gdkdisplayer.cpp
** TODO gdkdisplayer.cpp
*/

View file

@ -23,8 +23,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file xvdisplayer.cpp
** TODO xvdisplayer.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file assets-panel.cpp
** TODO assets-panel.cpp
*/
#include "gui/gtk-lumiera.hpp"

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file assets-panel.hpp
** TODO assets-panel.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file panel.cpp
** TODO panel.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file panel.hpp
** TODO panel.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-panel.cpp
** TODO timeline-panel.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file viewer-panel.cpp
** TODO viewer-panel.cpp
*/
#include "gui/gtk-lumiera.hpp"

View file

@ -22,8 +22,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file ui-bus.cpp
** TODO ui-bus.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file cairo-util.cpp
** TODO cairo-util.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file cairo-util.hpp
** TODO cairo-util.hpp
*/
#include <cairomm/cairomm.h>

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file rectangle.cpp
** TODO rectangle.cpp
*/
#include "gui/util/rectangle.hpp"

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file rectangle.hpp
** TODO rectangle.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file button-bar.cpp
** TODO button-bar.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file button-bar.hpp
** TODO button-bar.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file menu-button.cpp
** TODO menu-button.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file menu-button.hpp
** TODO menu-button.hpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file mini-button.hpp
** TODO mini-button.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file panel-bar.cpp
** TODO panel-bar.cpp
*/

View file

@ -24,8 +24,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timecode-widget.cpp
** TODO timecode-widget.cpp
*/

View file

@ -24,8 +24,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timecode-widget.hpp
** TODO timecode-widget.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-widget.cpp
** TODO timeline-widget.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file basic-draw-strategy.hpp
** TODO basic-draw-strategy.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file draw-strategy.cpp
** TODO draw-strategy.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file draw-strategy.hpp
** TODO draw-strategy.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-arrow-tool.cpp
** TODO timeline-arrow-tool.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-body.cpp
** TODO timeline-body.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-clip-track.cpp
** TODO timeline-clip-track.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-clip.cpp
** TODO timeline-clip.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-entity.cpp
** TODO timeline-entity.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-group-track.cpp
** TODO timeline-group-track.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-group-track.hpp
** TODO timeline-group-track.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-header-container.cpp
** TODO timeline-header-container.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-header-container.hpp
** TODO timeline-header-container.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-header-widget.cpp
** TODO timeline-header-widget.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-header-widget.hpp
** TODO timeline-header-widget.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-ibeam-tool.cpp
** TODO timeline-ibeam-tool.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-layout-helper.cpp
** TODO timeline-layout-helper.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-ruler.cpp
** TODO timeline-ruler.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-ruler.hpp
** TODO timeline-ruler.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-state.cpp
** TODO timeline-state.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-state.hpp
** TODO timeline-state.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-tool.cpp
** TODO timeline-tool.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-tool.hpp
** TODO timeline-tool.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-track.cpp
** TODO timeline-track.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-track.hpp
** TODO timeline-track.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-view-window.cpp
** TODO timeline-view-window.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-view-window.hpp
** TODO timeline-view-window.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file timeline-zoom-scale.cpp
** TODO timeline-zoom-scale.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file timeline-zoom-scale.hpp
** TODO timeline-zoom-scale.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file video-display-widget.cpp
** TODO video-display-widget.cpp
*/

View file

@ -21,8 +21,8 @@
*/
/** @file §§§
** TODO §§§
/** @file video-display-widget.hpp
** TODO video-display-widget.hpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file window-manager.cpp
** TODO window-manager.cpp
*/

View file

@ -21,8 +21,8 @@
* *****************************************************/
/** @file §§§
** TODO §§§
/** @file actions.cpp
** TODO actions.cpp
*/

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