mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
README.md: Add a Documentation section
This commit is contained in:
parent
24dd502094
commit
c6a950c53c
@ -20,6 +20,12 @@ If building from a git checkout, the `autotools` (`autoconf`, `automake`, `libto
|
||||
|
||||
./autogen.sh && ./configure && make && make install
|
||||
|
||||
## Documentation
|
||||
|
||||
See the [online Doxygen documentation here](http://lib.protobuf-c.io) or [the Wiki](https://github.com/protobuf-c/protobuf-c/wiki) for a detailed reference. The Doxygen documentation can be built from the source tree by running:
|
||||
|
||||
make html
|
||||
|
||||
## Synopsis
|
||||
|
||||
Use the `protoc-c` command to generate `.pb-c.c` and `.pb-c.h` output files from your `.proto` input file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user