Skip to content

Commit

Permalink
Fix a few gtk-doc warnings
Browse files Browse the repository at this point in the history
Just continuing to chip away at this.

Closes: #788
Approved by: jlebon
  • Loading branch information
cgwalters authored and rh-atomic-bot committed Apr 12, 2017
1 parent 076dfeb commit 6a7ee48
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apidoc/ostree-sections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ OstreeChecksumInputStreamPrivate
ostree_checksum_input_stream_get_type
</SECTION>

<SECTION>
<FILE>ostree-version</FILE>
OSTREE_CHECK_VERSION
OSTREE_YEAR_VERSION
OSTREE_RELEASE_VERSION
OSTREE_VERSION
OSTREE_VERSION_S
OSTREE_VERSION_HEX
</SECTION>

<SECTION>
<FILE>ostree-core</FILE>
OSTREE_MAX_METADATA_SIZE
Expand Down
4 changes: 4 additions & 0 deletions src/libostree/ostree-repo.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ gboolean ostree_repo_remote_delete (OstreeRepo *self,
/**
* OstreeRepoRemoteChange:
* The remote change operation.
* @OSTREE_REPO_REMOTE_CHANGE_ADD: Add a remote
* @OSTREE_REPO_REMOTE_CHANGE_ADD_IF_NOT_EXISTS: Like above, but do nothing if the remote exists
* @OSTREE_REPO_REMOTE_CHANGE_DELETE: Delete a remote
* @OSTREE_REPO_REMOTE_CHANGE_DELETE_IF_EXISTS: Delete a remote, do nothing if the remote does not exist
*/
typedef enum {
OSTREE_REPO_REMOTE_CHANGE_ADD,
Expand Down
1 change: 1 addition & 0 deletions src/libostree/ostree-sysroot-deploy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,7 @@ ostree_sysroot_deployment_set_kargs (OstreeSysroot *self,
* @self: Sysroot
* @deployment: A deployment
* @is_mutable: Whether or not deployment's files can be changed
* @cancellable: Cancellable
* @error: Error
*
* By default, deployment directories are not mutable. This function
Expand Down

0 comments on commit 6a7ee48

Please sign in to comment.