Opened 19 years ago
Closed 19 years ago
Last modified 19 years ago
#3987 closed patch (fixed)
Doxygen for MythThemedMenu (including private classes)
| Reported by: | anonymous | Owned by: | danielk |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | doxygen |
| Cc: | Ticket locked: | no |
Description
Submitting Doxygen comments based on the excellent coding I saw in MythGesture. First patch so please bear with me now.
Attachments (1)
Change History (4)
by , 19 years ago
| Attachment: | firstPlugin.diff added |
|---|
comment:1 by , 19 years ago
| Milestone: | unknown → 0.21 |
|---|---|
| Owner: | changed from to |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 19 years ago
(In [14597]) Refs #3987. Initializes a previously uninitialized variable.
I noticed this when checking hendrixski's documentation patch. We were actually using another variable to tell us if size had been initialized, but gcc doesn't know this and throws out warnings. There is no harm in initializing the size...
Note:
See TracTickets
for help on using tickets.

My first patch, a bunch of doxygen comments to add to MythThemedMenu