Skip to content

Commit 1b461f4

Browse files
committed
Fix up documentation for 2.14 API
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 5d29686 commit 1b461f4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

modulemd/include/modulemd-2.0/modulemd-module-index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ modulemd_module_index_upgrade_defaults (ModulemdModuleIndex *self,
676676
* generally done to trim down the metadata to only the portions that are
677677
* useful to the package manager.
678678
*
679-
* Since: 2.14.0
679+
* Since: 2.14
680680
*/
681681
void
682682
modulemd_module_index_clear_xmds (ModulemdModuleIndex *self);

modulemd/include/modulemd-2.0/modulemd-module-stream-v2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,8 @@ modulemd_module_stream_v2_get_xmd (ModulemdModuleStreamV2 *self);
964964
* @self: (in): This #ModulemdModuleStreamV2 object.
965965
*
966966
* Removes all XMD data from this #ModulemdModuleStreamV2
967+
*
968+
* Since: 2.14
967969
*/
968970
void
969971
modulemd_module_stream_v2_clear_xmd (ModulemdModuleStreamV2 *self);

modulemd/include/modulemd-2.0/modulemd-module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ modulemd_module_get_newest_active_obsoletes (ModulemdModule *self,
346346
* generally done to trim down the metadata to only the portions that are
347347
* useful to the package manager.
348348
*
349-
* Since: 2.14.0
349+
* Since: 2.14
350350
*/
351351
void
352352
modulemd_module_clear_xmds (ModulemdModule *self);

modulemd/modulemd-docs.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@
152152
<title>2.11 API Index</title>
153153
<xi:include href="xml/api-index-2.11.xml"/>
154154
</chapter>
155+
<chapter>
156+
<title>2.13 API Index</title>
157+
<xi:include href="xml/api-index-2.13.xml"/>
158+
</chapter>
159+
<chapter>
160+
<title>2.14 API Index</title>
161+
<xi:include href="xml/api-index-2.14.xml"/>
162+
</chapter>
155163
<chapter>
156164
<title>Deprecated API Index</title>
157165
<xi:include href="xml/api-index-deprecated.xml"/>

0 commit comments

Comments
 (0)