Skip to content

Commit 0aae2c1

Browse files
JonathanWillitts3nids
authored andcommittedJan 17, 2019
Add missing headings and remove table captions (#8892)
* Add missing headings and ToC anchors Adds missing headings (and table of contents anchors) for 'Renamed Enum Values' and 'Renamed Methods' tables. * Removed table captions Which are redundant due to the headings that the tables sit under
1 parent 67938e5 commit 0aae2c1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎doc/api_break.dox

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Moved Classes {#qgis_api_break_3_0_moved_classes}
6161
-------------
6262

6363
<table>
64-
<caption id="moved_classes">Moved classes</caption>
6564
<tr><th>class<th>Module 2.X<th>Module 3.x
6665
<tr><td>QgsMapLayerModel<td>gui<td>core
6766
<tr><td>QgsMapLayerProxyModel<td>gui<td>core
@@ -72,7 +71,6 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
7271
---------------
7372

7473
<table>
75-
<caption id="renamed_classes">Renamed classes</caption>
7674
<tr><th>API 2.x<th>API 3.X
7775
<tr><td>QgisGui<td>QgsGuiUtils
7876
<tr><td>QgsAbstractGeometryV2<td>QgsAbstractGeometry
@@ -230,15 +228,21 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
230228
<tr><td>vertexData<td>QgsInterpolatorVertexData
231229
</table>
232230

231+
232+
Renamed Enum Values {#qgis_api_break_3_0_renamed_enum_values}
233+
-------------------
234+
233235
<table>
234-
<caption id="renamed_enum_values">Renamed enum values</caption>
235236
<tr><th>class</th><th>API 2.x<th>API 3.X
236237
<tr><td>QgsLayerTreeModelLegendNode<td>SymbolV2LegacyRuleKeyRole<td>SymbolLegacyRuleKeyRole
237238
<tr><td>QgsVectorLayer<td>EditorWidgetV2<td>EditorWidget
238239
</table>
239240

241+
242+
Renamed Methods {#qgis_api_break_3_0_renamed_methods}
243+
---------------
244+
240245
<table>
241-
<caption id="renamed_methods">Renamed method names</caption>
242246
<tr><th>class</th><th>API 2.x<th>API 3.X
243247
<tr><td>QgsAnnotation<td>mapPositionFixed<td>hasFixedMapPosition
244248
<tr><td>QgsApplication<td>defaultStyleV2Path<td>defaultStylePath

0 commit comments

Comments
 (0)