Bug 1499 - spurious doxygen \defgroup
spurious doxygen \defgroup
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lte
ns-3-dev
All All
: P5 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-28 06:04 EDT by Nicola Baldo
Modified: 2013-09-06 07:09 EDT (History)
3 users (show)

See Also:


Attachments
Patch for bug 1499 (1.99 KB, patch)
2012-12-13 10:54 EST, moijes12
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nicola Baldo 2012-08-28 06:04:54 EDT
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 EST
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 EST
Created attachment 1487 [details]
Patch for bug 1499
Comment 3 moijes12 2012-12-13 10:57:14 EST
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 EST
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 EST
Nicola, does this patch work?
Comment 6 Nicola Baldo 2013-09-06 07:09:11 EDT
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)