Files
pvAccess/documentation/mainpage.h
Michael Davidsaver a3350a4f38 update doc
2017-07-14 18:59:02 +02:00

26 lines
524 B
C

#ifndef MAINPAGE_H
#define MAINPAGE_H
/**
@mainpage pvAccess C++ docs
- [Download](https://sourceforge.net/projects/epics-pvdata/files/)
- @htmlonly <a href="modules.html">API components</a> @endhtmlonly
- @ref pvarelease_notes
- API documentation
- @ref pvac page
- @ref providers page
- @ref pvtools
@section main_examples API usage Examples
- Simplest (shortest) possible
- @ref examples_miniget
- More complete
- @ref examples_getme
- @ref examples_putme
- @ref examples_monitorme
*/
#endif /* MAINPAGE_H */