Skip to content

Commit

Permalink
- added GOOSE publisher API documentation to doxygen file
Browse files Browse the repository at this point in the history
  • Loading branch information
mzillgith committed Sep 8, 2023
1 parent ec09724 commit 5012b3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ INPUT = "iec61850/inc/iec61850_client.h" \
"iec61850/inc/iec61850_cdc.h" \
"goose/goose_subscriber.h" \
"goose/goose_receiver.h" \
"goose/goose_publisher.h" \
"sampled_values/sv_subscriber.h" \
"sampled_values/sv_publisher.h" \
"mms/inc/mms_types.h" \
Expand Down
7 changes: 7 additions & 0 deletions src/goose/goose_publisher.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
extern "C" {
#endif

/**
* \defgroup goosepub_api_group IEC 61850 GOOSE publisher API
*/
/**@{*/

#ifndef GOOSE_SV_COMM_PARAMETERS
#define GOOSE_SV_COMM_PARAMETERS

Expand Down Expand Up @@ -210,4 +215,6 @@ GoosePublisher_reset(GoosePublisher self);
}
#endif

/**@}*/

#endif /* GOOSE_PUBLISHER_H_ */

0 comments on commit 5012b3e

Please sign in to comment.