Commit c6a950c5 authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy

README.md: Add a Documentation section

parent 24dd5020
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment