[umbrello] [Bug 418970] New: umbrello does not import sequences of C++ comments
Ralf Habacker
bugzilla_noreply at kde.org
Tue Mar 17 19:39:05 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=418970
Bug ID: 418970
Summary: umbrello does not import sequences of C++ comments
Product: umbrello
Version: 2.30.3 (KDE releases 19.12.3)
Platform: Other
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: importer
Assignee: umbrello-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
Created attachment 126856
--> https://bugs.kde.org/attachment.cgi?id=126856&action=edit
test header file
SUMMARY
doxygen describes at http://www.doxygen.nl/manual/docblocks.html a way to
document c++ code by using a block of at least two C++ comment lines, where
each line starts with an additional slash or an exclamation mark. Here are
examples of the two cases:
///
/// ... text ...
///
or
//!
//!... text ...
//!
The documentation from c++ projects, which are using such documentation could
not be imported completly into umbrello, because in the recent umbrello imports
only the last line.
STEPS TO REPRODUCE
1. start umbrello
2. save appended test case to a local file
3. import saved file into umbrello
4. Inspect the documentation of the imported file
OBSERVED RESULT
The documentation from class comments_class_test1c, comments_class_test1d and
comments_class_test1e are incomplete.
EXPECTED RESULT
The documentation of the mentioned classes should be imported completly.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE_Leap_15.1
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list