/usr/lib/bouml/html/135170.bodies is in bouml-plugouts-src 4.21-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | class UmlInterruptibleActivityRegion
!!!196098.cpp!!! sKind() : string
return "interruptible activity region";
!!!196098.java!!! sKind() : string
return "interruptible activity region";
!!!195970.cpp!!! html(in pfix : string, in rank : uint, in level : uint) : void
UmlItem::html(pfix, rank, "Interruptible activity region", level, "interruptibleactivityregion");
unload(FALSE, FALSE);
!!!195970.java!!! html(in pfix : string, in rank : uint, in level : uint) : void
html(pfix, rank, "Interruptible activity region", level, "interruptibleactivityregion");
unload(false, false);
|