-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #506
- Loading branch information
Showing
3 changed files
with
38 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# C API Reference {#modules} | ||
|
||
This is the list of functions for %PDI grouped by category | ||
|
||
<div class="directory"> | ||
<table class="directory"> | ||
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span> | ||
\ref init_final "Initialization and finalization" | ||
</td><td class="desc"> | ||
The initialization and finalization part of the API is used to setup %PDI, release its resources and check version information | ||
</td></tr> | ||
<tr id="row_1_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;"> </span> | ||
\ref annotation "Code annotation" | ||
</td><td class="desc"> | ||
The code annotation API is the main interface to use in the code | ||
</td></tr> | ||
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span> | ||
\ref error "Error handling" | ||
</td><td class="desc"> | ||
The error handling API supports checking the error status of %PDI | ||
</td></tr> | ||
</table> | ||
</div><!-- directory --> |