File tree Expand file tree Collapse file tree 3 files changed +3
-334
lines changed
Expand file tree Collapse file tree 3 files changed +3
-334
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,4 @@ check-libs:
5555
5656.PHONY : list-lib-versions
5757list-lib-versions :
58- go run ./cmd/download-libs -list
59-
60- .PHONY : docs
61- docs :
62- @echo " 📚 Generating API documentation..."
63- @mkdir -p docs
64- go doc -all > docs/API.md
65-
66- .PHONY : docs-clean
67- docs-clean :
68- @echo " 🧹 Cleaning generated documentation..."
69- @rm -f docs/API.md
58+ go run ./cmd/download-libs -list
Original file line number Diff line number Diff line change 44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/rticommunity/rticonnextdds-connector-go )] ( https://goreportcard.com/report/github.com/rticommunity/rticonnextdds-connector-go )
55[ ![ Build and Test] ( https://github.com/rticommunity/rticonnextdds-connector-go/actions/workflows/build.yml/badge.svg )] ( https://github.com/rticommunity/rticonnextdds-connector-go/actions/workflows/build.yml )
66[ ![ Go Version] ( https://img.shields.io/github/go-mod/go-version/rticommunity/rticonnextdds-connector-go )] ( https://github.com/rticommunity/rticonnextdds-connector-go/blob/master/go.mod )
7+ [ ![ API Documentation] ( https://img.shields.io/badge/API-Documentation-blue )] ( https://godocs.io/github.com/rticommunity/rticonnextdds-connector-go )
78
89> A lightweight, easy-to-use Go binding for RTI Connext DDS that enables rapid development of distributed applications.
910
@@ -312,7 +313,7 @@ The native code was originally designed for single-threaded environments (RTI Pr
312313
313314## Documentation
314315
315- - � ** [ API Reference] ( docs/API.md ) ** - Complete Go API documentation
316+ - � ** [ API Reference] ( https://godocs.io/github.com/rticommunity/rticonnextdds-connector-go ) ** - Complete Go API documentation
316317- 📖 ** [ Examples] ( examples/README.md ) ** - Comprehensive examples and tutorials
317318- 🧪 ** [ Testing Guide] ( TESTING.md ) ** - Development and testing guidelines
318319- 📚 ** [ Library Management] ( docs/LIBRARY_MANAGEMENT.md ) ** - Managing RTI Connector libraries
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments