Bug 1499

Summary: spurious doxygen \defgroup
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: lteAssignee: Nicola Baldo <nicola>
Status: RESOLVED FIXED    
Severity: normal CC: moijes12, ns-bugs, vedran
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: Patch for bug 1499

Description Nicola Baldo 2012-08-28 06:04:54 UTC
Some spurious doxygen groups are defined in LTE module header files, which appear to be not well defined. Only the "lte" group should be used, at least unless other well-defined groups are identified.
Comment 1 moijes12 2012-12-12 07:35:33 UTC
Hi Nicola

Please can you provide me a little more information. If I think I'm good enough, I might work on this.
Comment 2 moijes12 2012-12-13 10:54:22 UTC
Created attachment 1487 [details]
Patch for bug 1499
Comment 3 moijes12 2012-12-13 10:57:14 UTC
I did not write any new tests for the attached patch nor did I write any new documentation as I thought it not be necessary. If you think I should, please let me know. However, I have run ./test.py and ./waf and they were both successful.
Comment 4 moijes12 2012-12-13 23:51:55 UTC
Comment on attachment 1487 [details]
Patch for bug 1499

The group ff-api was deleted and all the classes were added to the lte group. Also, wherever the \brief simply contained things like "Provides CSCHED" and not much else, there the \brief is removed.
Comment 5 Vedran Miletić 2013-01-07 04:10:14 UTC
Nicola, does this patch work?
Comment 6 Nicola Baldo 2013-09-06 07:09:11 UTC
changeset:   10192:d34aed2b3736
tag:         tip
user:        Peter D. Barnes, Jr. <barnes26@llnl.gov>
date:        Fri Sep 06 13:07:10 2013 +0200
summary:     fixed doxygen ff-api group labels in lte module (bug 1499)