Skip to content

Commit

Permalink
Fix unreadable example in wxDataViewValueAdjuster documentation
Browse files Browse the repository at this point in the history
@code tag must be used to make the code readable and using @example
seems to be unnecessary and just results in the creation of an extra
"Examples" page in the documentation containing only this example and an
absolute path (apparently not affected by STRIP_FROM_PATH) to
interface/wx/dataview.h file itself in the generated documentation.
  • Loading branch information
vadz committed Feb 18, 2018
1 parent 0a10bfc commit 26c18da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/wx/dataview.h
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ class wxDataViewEvent : public wxNotifyEvent
alternative to implementing an entire wxDataViewCustomRenderer
specialization.
@example
@code
// Markup renderer that removes bgcolor attributes when in selection
class DataViewMarkupRenderer : public wxDataViewTextRenderer
{
Expand Down Expand Up @@ -3904,7 +3904,7 @@ class wxDataViewEvent : public wxNotifyEvent
}
};
};
@endexample
@endcode
@since 3.1.1
Expand Down

0 comments on commit 26c18da

Please sign in to comment.