|
Bugzilla – Full Text Bug Listing |
| Summary: | spurious doxygen \defgroup | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Nicola Baldo <nicola> |
| Component: | lte | Assignee: | 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
Hi Nicola Please can you provide me a little more information. If I think I'm good enough, I might work on this. Created attachment 1487 [details] Patch for bug 1499 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 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. Nicola, does this patch work? 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) |